blob: 1b6698d62c15f700d894a6bf374b532f1ad2a99c (
plain) (
tree)
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= ghex
PORTVERSION= 3.10.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
USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix gtk30 intlhack libxml2:build
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
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkhex-3.so.0
.include <bsd.port.mk>
|