diff options
Diffstat (limited to 'audio/xmms-arts/Makefile')
-rw-r--r-- | audio/xmms-arts/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/xmms-arts/Makefile b/audio/xmms-arts/Makefile index 00ad9b91f708..e70f1b1c9dbb 100644 --- a/audio/xmms-arts/Makefile +++ b/audio/xmms-arts/Makefile @@ -6,10 +6,10 @@ # PORTNAME= xmms-arts -PORTVERSION= 0.6.0 +PORTVERSION= 0.4 CATEGORIES= audio -MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/ -DISTNAME= arts_output-${PORTVERSION} +MASTER_SITES= http://stukach.com/hosted/m.i.a/xmmsarts/ +DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= aRts output plugin for XMMS. @@ -18,10 +18,13 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ artsc.0:${PORTSDIR}/audio/arts USE_X_PREFIX= yes +USE_BZIP2= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${X11BASE}/include" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message post-install: |