diff options
Diffstat (limited to 'editors/ghex2/Makefile')
| -rw-r--r-- | editors/ghex2/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile new file mode 100644 index 000000000..4783d0e49 --- /dev/null +++ b/editors/ghex2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ghex2 +# Date created: 15 September 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/editors/ghex2/Makefile,v 1.28 2003/11/17 12:28:56 trevor Exp $ +# + +PORTNAME= ghex2 +PORTVERSION= 2.5.1 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME 2 hex editor + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gail libgnomeprintui libgnomeui +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |
