mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
5e91c03981
world order (i.e. they shouldn't try to remove this directory) Induced by PR: ports/77618 Submitted by: beep-media-player maintainer
35 lines
894 B
Makefile
35 lines
894 B
Makefile
# New ports collection makefile for: bmp-scrobbler
|
|
# Date created: 01-14-2005
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bmp-scrobbler
|
|
PORTVERSION= 0.3.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://static.audioscrobbler.com/plugins/ \
|
|
http://www.pipian.com/stuffforchat/
|
|
DISTNAME= xmms-scrobbler-${PORTVERSION}
|
|
|
|
MAINTAINER= bogorodskiy@inbox.ru
|
|
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
|
|
|
|
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"
|
|
|
|
.if defined(WITH_APE)
|
|
CONFIGURE_ARGS+= --enable-prefer-ape
|
|
.endif
|
|
|
|
PLIST_FILES= lib/bmp/General/libbmp_scrobbler.so
|
|
|
|
.include <bsd.port.mk>
|