diff options
author | novel <novel@FreeBSD.org> | 2005-05-10 19:50:55 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-10 19:50:55 +0800 |
commit | f8bb0bf536d8c5f4047a054ec7f5664da7ef7a29 (patch) | |
tree | 57bfb3f640c92bc70d90812a2d8111b5d5ead1ea | |
parent | 3035614e82bc6284432176d2d4da6fc9db3c02c3 (diff) | |
download | freebsd-ports-gnome-f8bb0bf536d8c5f4047a054ec7f5664da7ef7a29.tar.gz freebsd-ports-gnome-f8bb0bf536d8c5f4047a054ec7f5664da7ef7a29.tar.zst freebsd-ports-gnome-f8bb0bf536d8c5f4047a054ec7f5664da7ef7a29.zip |
- Make bmp- and xmms-scrobbler slave ports to audio/scrobbler
- Take maintainership of xmms-scrobbler
-rw-r--r-- | audio/bmp-scrobbler/Makefile | 28 | ||||
-rw-r--r-- | audio/bmp-scrobbler/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-scrobbler/Makefile | 30 | ||||
-rw-r--r-- | audio/xmms-scrobbler/distinfo | 2 |
4 files changed, 10 insertions, 52 deletions
diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index 772e126391d4..24dc4552861e 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -5,35 +5,15 @@ # $FreeBSD$ PORTNAME= bmp-scrobbler -PORTVERSION= 0.3.8.1 PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ - http://www.pipian.com/stuffforchat/ -DISTNAME= xmms-scrobbler-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= BMP plugin for Audioscrobbler.com -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - beep.2:${PORTSDIR}/multimedia/beep-media-player \ - curl.3:${PORTSDIR}/ftp/curl +CONFLICTS= scrobbler-* -CONFIGURE_ARGS= --disable-xmms-plugin -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 -USE_GMAKE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +MASTERDIR= ${.CURDIR}/../scrobbler -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif +WITH_BMP= yes -.if defined(WITH_APE) -CONFIGURE_ARGS+= --enable-prefer-ape -.endif - -PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/audio/bmp-scrobbler/distinfo b/audio/bmp-scrobbler/distinfo deleted file mode 100644 index 98d8f8f791e3..000000000000 --- a/audio/bmp-scrobbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xmms-scrobbler-0.3.8.1.tar.bz2) = e933c7660fe9103916ca022ec60ad654 -SIZE (xmms-scrobbler-0.3.8.1.tar.bz2) = 257740 diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile index a8ce6523892c..3009627f0cd3 100644 --- a/audio/xmms-scrobbler/Makefile +++ b/audio/xmms-scrobbler/Makefile @@ -5,33 +5,15 @@ # $FreeBSD$ PORTNAME= xmms-scrobbler -PORTVERSION= 0.3.8.1 -CATEGORIES= audio -MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ - http://www.pipian.com/stuffforchat/ +PORTREVISION= 1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= novel@FreeBSD.org COMMENT= XMMS plugin for Audioscrobbler.com -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - xmms.4:${PORTSDIR}/multimedia/xmms \ - curl.3:${PORTSDIR}/ftp/curl +CONFLICTS= scrobbler-* -CONFIGURE_ARGS= --disable-bmp-plugin -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 -USE_GMAKE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +MASTERDIR= ${.CURDIR}/../scrobbler -PLIST_FILES= lib/xmms/General/libxmms_scrobbler.so +WITH_XMMS= yes -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_APE) -CONFIGURE_ARGS+= --enable-prefer-ape -.endif - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" diff --git a/audio/xmms-scrobbler/distinfo b/audio/xmms-scrobbler/distinfo deleted file mode 100644 index 98d8f8f791e3..000000000000 --- a/audio/xmms-scrobbler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xmms-scrobbler-0.3.8.1.tar.bz2) = e933c7660fe9103916ca022ec60ad654 -SIZE (xmms-scrobbler-0.3.8.1.tar.bz2) = 257740 |