diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-14 20:10:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-14 20:10:17 +0000 |
commit | 49d15089adcc00d288f83bc46c4a97a2f166b804 (patch) | |
tree | 806252c81fe781f985733dc3d2d37159c575cb54 /audio | |
parent | a2b7ea043bf20bd18232ce6cf5f06a76c09d28ea (diff) | |
download | ports-49d15089adcc00d288f83bc46c4a97a2f166b804.tar.gz ports-49d15089adcc00d288f83bc46c4a97a2f166b804.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-scrobbler/Makefile | 17 | ||||
-rw-r--r-- | audio/xmms-scrobbler/pkg-descr | 2 | ||||
-rw-r--r-- | audio/xmms-scrobbler/pkg-plist | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile index fac37681e08a..f0770fe543fb 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 0fc7b09dbcb2..16cb362e3dc9 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 7cbbc8553b95..000000000000 --- a/audio/xmms-scrobbler/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/bmp/General/libbmp_scrobbler.so -lib/xmms/General/libxmms_scrobbler.so |