diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-09 00:44:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-09 00:44:18 +0800 |
commit | 01922fec1d6e28e299bd02dff4f05cec647e8eda (patch) | |
tree | 00fb1ada4cdacf4e118c681e577b1de8e5cd2a1c /editors/ghex/Makefile | |
parent | 07ab3b0b9a5d68af3ee634bfb455ac7f9692b629 (diff) | |
download | marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar.gz marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar.bz2 marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar.lz marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar.xz marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.tar.zst marcuscom-ports-01922fec1d6e28e299bd02dff4f05cec647e8eda.zip |
Wow, it's aaaaaalive! Update to 2.19.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9370 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r-- | editors/ghex/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile index 8d0c9b908..d88789c86 100644 --- a/editors/ghex/Makefile +++ b/editors/ghex/Makefile @@ -3,26 +3,25 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/ghex/Makefile,v 1.1 2007/05/01 12:05:15 ahze Exp $ +# $MCom: ports/editors/ghex/Makefile,v 1.2 2007/05/19 21:36:07 marcus Exp $ +# PORTNAME= ghex -PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTVERSION= 2.19.0 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 hex editor USE_BZIP2= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeprintui libgnomeui USE_GETTEXT= yes GNU_CONFIGURE= yes -INSTALLS_OMF= yes +INSTALLS_ICONS= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |