svn commit: r423704 - head/audio/xmms-flac
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Oct 10 20:20:29 UTC 2016
Author: amdmi3
Date: Mon Oct 10 20:20:27 2016
New Revision: 423704
URL: https://svnweb.freebsd.org/changeset/ports/423704
Log:
- Add LICENSE
- Remove uneeded flags
Modified:
head/audio/xmms-flac/Makefile
Modified: head/audio/xmms-flac/Makefile
==============================================================================
--- head/audio/xmms-flac/Makefile Mon Oct 10 20:20:04 2016 (r423703)
+++ head/audio/xmms-flac/Makefile Mon Oct 10 20:20:27 2016 (r423704)
@@ -9,14 +9,15 @@ DISTNAME= flac-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= XMMS input plugin for playing FLAC files
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING.GPL
+
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
More information about the svn-ports-head
mailing list