summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-01-14 20:10:17 +0000
committerpav <pav@FreeBSD.org>2005-01-14 20:10:17 +0000
commit392dfc368001f6e2067a68140b0e07834608a15f (patch)
tree64f17bfd30aecd023c3340d37c18768c7a0990ad /audio
parent2a4048aa166874155d1bf1bd324fe304d1e2d464 (diff)
downloadFreeBSD-ports-392dfc368001f6e2067a68140b0e07834608a15f.zip
FreeBSD-ports-392dfc368001f6e2067a68140b0e07834608a15f.tar.gz
- Build and install only xmms plugin
PR: ports/76252 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-scrobbler/Makefile17
-rw-r--r--audio/xmms-scrobbler/pkg-descr2
-rw-r--r--audio/xmms-scrobbler/pkg-plist2
3 files changed, 12 insertions, 9 deletions
diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile
index fac3768..f0770fe 100644
--- a/audio/xmms-scrobbler/Makefile
+++ b/audio/xmms-scrobbler/Makefile
@@ -6,23 +6,28 @@
PORTNAME= xmms-scrobbler
PORTVERSION= 0.3.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://static.audioscrobbler.com/plugins/
MAINTAINER= ports@FreeBSD.org
-COMMENT= XMMS and bmp plugin for Audioscrobbler.com
+COMMENT= XMMS plugin for Audioscrobbler.com
-LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
- beep.2:${PORTSDIR}/multimedia/beep-media-player \
- musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
+LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
+ xmms.4:${PORTSDIR}/multimedia/xmms \
curl.3:${PORTSDIR}/ftp/curl
-GNU_CONFIGURE= yes
-USE_GNOME= gtk12 gtk20
+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"
+PLIST_FILES= lib/xmms/General/libxmms_scrobbler.so
+
+.if defined(WITH_APE)
+CONFIGURE_ARGS+= --enable-prefer-ape
+.endif
+
.include <bsd.port.mk>
diff --git a/audio/xmms-scrobbler/pkg-descr b/audio/xmms-scrobbler/pkg-descr
index 0fc7b09..16cb362 100644
--- a/audio/xmms-scrobbler/pkg-descr
+++ b/audio/xmms-scrobbler/pkg-descr
@@ -1,4 +1,4 @@
-This is an XMMS and BMP Plugin which sends the Playlist data to
+This is an XMMS Plugin which sends the Playlist data to
audioscrobbler.com
WWW: http://www.audioscrobbler.com
diff --git a/audio/xmms-scrobbler/pkg-plist b/audio/xmms-scrobbler/pkg-plist
deleted file mode 100644
index 7cbbc85..0000000
--- a/audio/xmms-scrobbler/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/bmp/General/libbmp_scrobbler.so
-lib/xmms/General/libxmms_scrobbler.so
OpenPOWER on IntegriCloud