1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/xmms-nas/Makefile
Tijl Coosemans 2ffbea1568 Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
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.
2014-05-04 18:48:54 +00:00

25 lines
513 B
Makefile

# Created by: James McNaughton
# $FreeBSD$
PORTNAME= xmms-nas
PORTVERSION= 0.2
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/
MAINTAINER= ports@FreeBSD.org
COMMENT= Network Audio System (NAS) output plugin for XMMS
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
libaudio.so:${PORTSDIR}/audio/nas
USES= libtool
USE_GNOME= gtk12
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
PLIST_FILES= lib/xmms/Output/libnas.so
.include <bsd.port.mk>