diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 04:35:42 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 04:35:42 +0000 |
commit | d69d3e5b561767406041c0b3a0bffab8fc7e9b49 (patch) | |
tree | 0d963537113e345bad39ee01223f9a09aa12be86 /graphics/xmms-goom | |
parent | 42cbad6498316b28257cbe8ac17c5cda2b694f83 (diff) | |
download | FreeBSD-ports-d69d3e5b561767406041c0b3a0bffab8fc7e9b49.zip FreeBSD-ports-d69d3e5b561767406041c0b3a0bffab8fc7e9b49.tar.gz |
Update to 1.8.1
Submitted by: maintainer
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r-- | graphics/xmms-goom/Makefile | 24 | ||||
-rw-r--r-- | graphics/xmms-goom/distinfo | 2 |
2 files changed, 15 insertions, 11 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile index 7a19a87..93d51bb 100644 --- a/graphics/xmms-goom/Makefile +++ b/graphics/xmms-goom/Makefile @@ -6,28 +6,32 @@ # PORTNAME= goom -PORTVERSION= 1.7.6 +PORTVERSION= 1.8.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= goom PKGNAMEPREFIX= xmms- -DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/} +DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/}-2 EXTRACT_SUFX= .tgz MAINTAINER= dyeske@yahoo.com -LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes USE_GNOMENG= yes -USE_GNOME= gtk12 +USE_GNOME= gdkpixbuf +USE_REINPLACE= yes +GNU_CONFIGURE= yes -pre-patch: - @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' \ - ${WRKSRC}/configure - @${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk12|g;' \ - ${WRKSRC}/src/Makefile.in +WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION} + +post-patch: + @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g; \ + s|-lgtk|`${GTK_CONFIG} --libs`|g; \ + s|-O9||' \ + ${BUILD_WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff --git a/graphics/xmms-goom/distinfo b/graphics/xmms-goom/distinfo index 6e6f048..cdd8c66 100644 --- a/graphics/xmms-goom/distinfo +++ b/graphics/xmms-goom/distinfo @@ -1 +1 @@ -MD5 (xmms-goom_1.7.6.tgz) = 8eeeb99f5d4f14c90871495c9b8bf9fe +MD5 (xmms-goom_1.8.1-2.tgz) = 26a4870c9a42ae33b5a5b48f262ce39b |