aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-scrobbler/Makefile
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-05-10 19:50:55 +0800
committernovel <novel@FreeBSD.org>2005-05-10 19:50:55 +0800
commitf8bb0bf536d8c5f4047a054ec7f5664da7ef7a29 (patch)
tree57bfb3f640c92bc70d90812a2d8111b5d5ead1ea /audio/bmp-scrobbler/Makefile
parent3035614e82bc6284432176d2d4da6fc9db3c02c3 (diff)
downloadfreebsd-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
Diffstat (limited to 'audio/bmp-scrobbler/Makefile')
-rw-r--r--audio/bmp-scrobbler/Makefile28
1 files changed, 4 insertions, 24 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"