mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2ffbea1568
dependent ports and convert them to USES=libtool too. audio/scrobbler: - USES=tar:bzip2. - Don't link with libstdc++. audio/xmms-bonk: - Don't link with libstdc++. audio/xmms-flac: - Remove unneeded dependencies. - Remove $FreeBSD$ from patches. audio/xmms-scrobbler: - Use OPTIONS_SLAVE. audio/xmms-timidity: - USES=tar:bzip2. - Install the library instead of the source code file. audio/xmms-volnorm: - Remove do-install.
17 lines
264 B
Makefile
17 lines
264 B
Makefile
# Created by: arved
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-scrobbler
|
|
PORTREVISION= 7
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= XMMS plugin for Audioscrobbler.com
|
|
|
|
CONFLICTS= scrobbler-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../scrobbler
|
|
|
|
OPTIONS_SLAVE= XMMS
|
|
|
|
.include "${MASTERDIR}/Makefile"
|