mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Build and install only xmms plugin
PR: ports/76252 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
This commit is contained in:
parent
a2b7ea043b
commit
49d15089ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126451
@ -6,23 +6,28 @@
|
||||
|
||||
PORTNAME= xmms-scrobbler
|
||||
PORTVERSION= 0.3.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://static.audioscrobbler.com/plugins/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= XMMS and bmp plugin for Audioscrobbler.com
|
||||
COMMENT= XMMS plugin for Audioscrobbler.com
|
||||
|
||||
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
|
||||
beep.2:${PORTSDIR}/multimedia/beep-media-player \
|
||||
musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
||||
xmms.4:${PORTSDIR}/multimedia/xmms \
|
||||
curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk12 gtk20
|
||||
CONFIGURE_ARGS= --disable-bmp-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"
|
||||
|
||||
PLIST_FILES= lib/xmms/General/libxmms_scrobbler.so
|
||||
|
||||
.if defined(WITH_APE)
|
||||
CONFIGURE_ARGS+= --enable-prefer-ape
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
This is an XMMS and BMP Plugin which sends the Playlist data to
|
||||
This is an XMMS Plugin which sends the Playlist data to
|
||||
audioscrobbler.com
|
||||
|
||||
WWW: http://www.audioscrobbler.com
|
||||
|
@ -1,2 +0,0 @@
|
||||
lib/bmp/General/libbmp_scrobbler.so
|
||||
lib/xmms/General/libxmms_scrobbler.so
|
Loading…
Reference in New Issue
Block a user