Lines 6-28
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= xmms-scrobbler |
7 |
PORTNAME= xmms-scrobbler |
8 |
PORTVERSION= 0.3.6 |
8 |
PORTVERSION= 0.3.6 |
|
|
9 |
PORTREVISION= 1 |
9 |
CATEGORIES= audio |
10 |
CATEGORIES= audio |
10 |
MASTER_SITES= http://static.audioscrobbler.com/plugins/ |
11 |
MASTER_SITES= http://static.audioscrobbler.com/plugins/ |
11 |
|
12 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
COMMENT= XMMS and bmp plugin for Audioscrobbler.com |
14 |
COMMENT= XMMS plugin for Audioscrobbler.com |
14 |
|
15 |
|
15 |
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ |
16 |
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ |
16 |
beep.2:${PORTSDIR}/multimedia/beep-media-player \ |
17 |
xmms.4:${PORTSDIR}/multimedia/xmms \ |
17 |
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ |
|
|
18 |
curl.3:${PORTSDIR}/ftp/curl |
18 |
curl.3:${PORTSDIR}/ftp/curl |
19 |
|
19 |
|
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
USE_GNOME= gtk12 gtk20 |
21 |
CONFIGURE_ARGS= --disable-bmp-plugin |
22 |
USE_BZIP2= yes |
22 |
USE_BZIP2= yes |
|
|
23 |
USE_GNOME= gtk12 |
23 |
USE_X_PREFIX= yes |
24 |
USE_X_PREFIX= yes |
24 |
USE_LIBTOOL_VER=15 |
25 |
USE_LIBTOOL_VER=15 |
25 |
USE_GMAKE= yes |
26 |
USE_GMAKE= yes |
26 |
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
27 |
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" |
|
|
28 |
|
29 |
PLIST_FILES= lib/xmms/General/libxmms_scrobbler.so |
30 |
|
31 |
.if defined(WITH_APE) |
32 |
CONFIGURE_ARGS+= --enable-prefer-ape |
33 |
.endif |
27 |
|
34 |
|
28 |
.include <bsd.port.mk> |
35 |
.include <bsd.port.mk> |