mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
27 lines
581 B
Makefile
27 lines
581 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xmms-flac
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/flac/
|
|
DISTNAME= flac-${PORTVERSION}
|
|
|
|
MAINTAINER= naddy@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
|
|
CONFIGURE_ARGS= --disable-silent-rules
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
PLIST_FILES= lib/xmms/Input/libxmms-flac.so
|
|
|
|
.include <bsd.port.mk>
|