aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-06 21:32:18 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-06 21:32:18 +0000
commit0ca9859c7cc2d2d49b8520264c7365f365fb5fc1 (patch)
treec2070b561b0a08e814d9dc7eed35187173b54113 /audio
parent3446cddc6903d362d203ed27b6cfea638e85a282 (diff)
downloadports-0ca9859c7cc2d2d49b8520264c7365f365fb5fc1.tar.gz
ports-0ca9859c7cc2d2d49b8520264c7365f365fb5fc1.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/bmp-scrobbler/Makefile8
-rw-r--r--audio/bmp-scrobbler/distinfo4
-rw-r--r--audio/bmp-scrobbler/pkg-plist2
3 files changed, 9 insertions, 5 deletions
diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile
index 70f02e5d1e6c..fa32c6833483 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 eea9d681b6bc..82769f70a596 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 000000000000..cf789cc2f2c7
--- /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