diff options
Diffstat (limited to 'audio/bmp-scrobbler')
-rw-r--r-- | audio/bmp-scrobbler/Makefile | 8 | ||||
-rw-r--r-- | audio/bmp-scrobbler/distinfo | 4 | ||||
-rw-r--r-- | audio/bmp-scrobbler/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index 70f02e5d1e6..fa32c683348 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= bmp-scrobbler -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ http://www.pipian.com/stuffforchat/ @@ -25,10 +25,12 @@ USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + .if defined(WITH_APE) CONFIGURE_ARGS+= --enable-prefer-ape .endif -PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so - .include <bsd.port.mk> diff --git a/audio/bmp-scrobbler/distinfo b/audio/bmp-scrobbler/distinfo index eea9d681b6b..82769f70a59 100644 --- a/audio/bmp-scrobbler/distinfo +++ b/audio/bmp-scrobbler/distinfo @@ -1,2 +1,2 @@ -MD5 (xmms-scrobbler-0.3.7.tar.bz2) = bcdd2fe672dc7d29adb805d0811f1ebf -SIZE (xmms-scrobbler-0.3.7.tar.bz2) = 253583 +MD5 (xmms-scrobbler-0.3.8.tar.bz2) = 4ec7486e221485231072a48d9ac8d478 +SIZE (xmms-scrobbler-0.3.8.tar.bz2) = 257785 diff --git a/audio/bmp-scrobbler/pkg-plist b/audio/bmp-scrobbler/pkg-plist new file mode 100644 index 00000000000..cf789cc2f2c --- /dev/null +++ b/audio/bmp-scrobbler/pkg-plist @@ -0,0 +1,2 @@ +lib/bmp/General/libbmp_scrobbler.so +@unexec rmdir %D/lib/bmp/General 2> /dev/null || true |