2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-06-09 23:28:13 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-01-25 01:07:43 +01:00
|
|
|
PORTNAME= ghex
|
2016-02-14 19:57:53 +01:00
|
|
|
PORTVERSION= 3.18.0
|
2000-06-09 23:28:13 +02:00
|
|
|
CATEGORIES= editors gnome
|
2007-10-25 01:37:25 +02:00
|
|
|
MASTER_SITES= GNOME
|
2014-11-19 12:49:04 +01:00
|
|
|
DIST_SUBDIR= gnome3
|
2000-06-09 23:28:13 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2014-11-19 12:49:04 +01:00
|
|
|
COMMENT= GNOME 3 hex editor
|
2000-06-09 23:28:13 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
|
|
|
2016-02-14 19:57:53 +01:00
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
2014-11-19 12:49:04 +01:00
|
|
|
USE_GNOME= gnomeprefix gtk30 intlhack libxml2:build
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-10-25 01:37:25 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-11-19 12:49:04 +01:00
|
|
|
CONFIGURE_ARGS= --enable-compile-warnings=no
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-11-19 12:49:04 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2000-06-09 23:28:13 +02:00
|
|
|
|
2014-11-19 12:49:04 +01:00
|
|
|
GLIB_SCHEMAS= org.gnome.GHex.gschema.xml
|
2014-08-26 16:06:08 +02:00
|
|
|
|
2000-06-09 23:28:13 +02:00
|
|
|
.include <bsd.port.mk>
|