diff options
Diffstat (limited to 'audio/bmp-scrobbler/Makefile')
-rw-r--r-- | audio/bmp-scrobbler/Makefile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/audio/bmp-scrobbler/Makefile b/audio/bmp-scrobbler/Makefile index 772e126391d4..24dc4552861e 100644 --- a/audio/bmp-scrobbler/Makefile +++ b/audio/bmp-scrobbler/Makefile @@ -5,35 +5,15 @@ # $FreeBSD$ PORTNAME= bmp-scrobbler -PORTVERSION= 0.3.8.1 PORTREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ - http://www.pipian.com/stuffforchat/ -DISTNAME= xmms-scrobbler-${PORTVERSION} MAINTAINER= novel@FreeBSD.org COMMENT= BMP plugin for Audioscrobbler.com -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - beep.2:${PORTSDIR}/multimedia/beep-media-player \ - curl.3:${PORTSDIR}/ftp/curl +CONFLICTS= scrobbler-* -CONFIGURE_ARGS= --disable-xmms-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" +MASTERDIR= ${.CURDIR}/../scrobbler -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif +WITH_BMP= yes -.if defined(WITH_APE) -CONFIGURE_ARGS+= --enable-prefer-ape -.endif - -PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |