summaryrefslogtreecommitdiffstats
path: root/editors/ghex3/Makefile
blob: 7ee9f1d35a7b3f538b0ebaf5e98d7aa34709cd41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/editors/ghex3/Makefile 17268 2013-04-01 05:13:11Z marcus $

PORTNAME=   ghex
PORTVERSION=    3.8.1
CATEGORIES= editors gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 3 hex editor

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

CONFLICT=   ghex-2.\*

USE_XZ=     yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gtk30 intlhack libxml2:build
USES=       gettext pathfix pkgconfig
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --enable-compile-warnings=no
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.gnome.GHex.gschema.xml

.include <bsd.port.mk>