mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5978476c35
LIB_DEPENDS in audio With hat: portmgr
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# Created by: James McNaughton
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-nas
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/
|
|
|
|
MAINTAINER= bitbucket63-it@yahoo.com
|
|
COMMENT= A Network Audio System (NAS) output plugin for XMMS
|
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms \
|
|
libaudio.so:${PORTSDIR}/audio/nas
|
|
|
|
USE_GNOME= gtk12
|
|
NO_STAGE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/xmms/Output/libnas.a \
|
|
lib/xmms/Output/libnas.la \
|
|
lib/xmms/Output/libnas.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
|
|
|
|
.include <bsd.port.mk>
|