svn commit: r399554 - head/audio/ices
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 17 18:07:31 UTC 2015
Author: sunpoet
Date: Sat Oct 17 18:07:29 2015
New Revision: 399554
URL: https://svnweb.freebsd.org/changeset/ports/399554
Log:
- Add LICENSE_FILE
- Cleanup Makefile
- Use PLIST_FILES and PORTDATA instead of PLIST
Deleted:
head/audio/ices/pkg-plist
Modified:
head/audio/ices/Makefile
Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile Sat Oct 17 18:07:24 2015 (r399553)
+++ head/audio/ices/Makefile Sat Oct 17 18:07:29 2015 (r399554)
@@ -13,6 +13,7 @@ MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Vorbis streaming source client for icecast 2
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libshout.so:${PORTSDIR}/audio/libshout \
@@ -23,12 +24,13 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio
OPTIONS_DEFINE= ALSA
CONFIGURE_ARGS= --disable-roaraudio --disable-sun-audio
-CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-LDFLAGS+= -L${LOCALBASE}/lib -lpthread
USE_GNOME= libxml2
USES= gmake iconv pkgconfig tar:bzip2
+PLIST_FILES= bin/ices
+PORTDATA= *
+
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_CONFIGURE_ENABLE= alsa
More information about the svn-ports-head
mailing list