aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gtoaster/Makefile
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
committerEric Melville <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
commit53543214358df59d106c7f962ce12e157c553cb2 (patch)
tree2893dab38f5ef91299a5605d097f301acaaf396e /sysutils/gtoaster/Makefile
parentc70d1d7678d3693f1ba35520b61e50b26e6051f3 (diff)
downloadports-53543214358df59d106c7f962ce12e157c553cb2.tar.gz
ports-53543214358df59d106c7f962ce12e157c553cb2.zip
Notes
Diffstat (limited to 'sysutils/gtoaster/Makefile')
-rw-r--r--sysutils/gtoaster/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile
index ea116033b85a..d3575399c2e8 100644
--- a/sysutils/gtoaster/Makefile
+++ b/sysutils/gtoaster/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= gtoaster
-PORTVERSION= 2000092620
+PORTVERSION= 2001033113
CATEGORIES= sysutils gnome
MASTER_SITES= http://gnometoaster.rulez.org/archive/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= eric@osd.bsdi.com
+MAINTAINER= eric@FreeBSD.org
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
mkisofs:${PORTSDIR}/sysutils/mkisofs
@@ -20,10 +20,11 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
WRKSRC= ${WRKDIR}/gtoaster
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${X11BASE}
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
+
USE_GTK= yes
USE_GMAKE= yes
-
-post-install:
- strip ${PREFIX}/bin/gtoaster
+USE_X_PREFIX= yes
.include <bsd.port.mk>