aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gtoaster/Makefile
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2001-04-09 18:44:31 +0800
committereric <eric@FreeBSD.org>2001-04-09 18:44:31 +0800
commitcc722c0238c9189a6835ed90ec4eae8a6c71fccc (patch)
tree37f564ae2aac5acf93a1ef45a1b65321deec2ed0 /sysutils/gtoaster/Makefile
parentecedfd2223162c046fd46f567b548ae9b86115d6 (diff)
downloadfreebsd-ports-graphics-cc722c0238c9189a6835ed90ec4eae8a6c71fccc.tar.gz
freebsd-ports-graphics-cc722c0238c9189a6835ed90ec4eae8a6c71fccc.tar.zst
freebsd-ports-graphics-cc722c0238c9189a6835ed90ec4eae8a6c71fccc.zip
Update to a newer version.
Approved by: murray
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 ea116033b85..d3575399c2e 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>