freebsd-ports/audio/xmms-flac/Makefile
Christian Weisgerber 4f2895b5d1 Drop maintainership for xmms and ancillary ports.
It would be a pity to see XMMS removed but personally I no longer use this.
2016-09-19 20:00:53 +00:00

25 lines
542 B
Makefile

# $FreeBSD$
PORTNAME= xmms-flac
PORTVERSION= 1.3.1
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/flac/
DISTNAME= flac-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= libxmms.so:multimedia/xmms \
libFLAC.so:audio/flac \
libogg.so:audio/libogg
USES= iconv libtool tar:xz
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= lib/xmms/Input/libxmms-flac.so
.include <bsd.port.mk>