diff options
author | flz <flz@FreeBSD.org> | 2005-03-07 05:32:18 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-07 05:32:18 +0800 |
commit | 9b77d88dc29c743b26b2736dd2f571b3cfc7df7c (patch) | |
tree | 72bcd6115cd286c861e98c92e8d48b58943e3d1b /audio/bmp-scrobbler | |
parent | be1bd400947844b075830c476dd1a92588b9aa6f (diff) | |
download | freebsd-ports-gnome-9b77d88dc29c743b26b2736dd2f571b3cfc7df7c.tar.gz freebsd-ports-gnome-9b77d88dc29c743b26b2736dd2f571b3cfc7df7c.tar.zst freebsd-ports-gnome-9b77d88dc29c743b26b2736dd2f571b3cfc7df7c.zip |
- Update to 0.3.8.
- Add WITH_DEBUG knob.
PR: ports/78505
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
Approved by: pav (mentor)
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 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 |