aboutsummaryrefslogtreecommitdiffstats
path: root/audio/bmp-scrobbler/Makefile
blob: 1fc42fc4ab6ea99101718f2f7297125983c3f50a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

.include <bsd.port.mk>