1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/xmms-scrobbler/Makefile
Pav Lucistnik 49d15089ad - Build and install only xmms plugin
PR:		ports/76252
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2005-01-14 20:10:17 +00:00

34 lines
790 B
Makefile

# New ports collection makefile for: xmms-scrobbler
# Date created: 2004-12-06
# Whom: arved
#
# $FreeBSD$
PORTNAME= xmms-scrobbler
PORTVERSION= 0.3.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://static.audioscrobbler.com/plugins/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS plugin for Audioscrobbler.com
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
xmms.4:${PORTSDIR}/multimedia/xmms \
curl.3:${PORTSDIR}/ftp/curl
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>