diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-17 18:07:29 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-17 18:07:29 +0000 |
commit | f05d1ef58ed306afd229b561ba3e9062c4936f9b (patch) | |
tree | afcaf8787cec3d3b5332a51792e719c0d9e00ebd | |
parent | addc71700cef24c8a890dc49b8ff323f22834791 (diff) | |
download | FreeBSD-ports-f05d1ef58ed306afd229b561ba3e9062c4936f9b.zip FreeBSD-ports-f05d1ef58ed306afd229b561ba3e9062c4936f9b.tar.gz |
- Add LICENSE_FILE
- Cleanup Makefile
- Use PLIST_FILES and PORTDATA instead of PLIST
-rw-r--r-- | audio/ices/Makefile | 6 | ||||
-rw-r--r-- | audio/ices/pkg-plist | 12 |
2 files changed, 4 insertions, 14 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile index 60b0a60..c78e518 100644 --- a/audio/ices/Makefile +++ b/audio/ices/Makefile @@ -13,6 +13,7 @@ MAINTAINER= sunpoet@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/libogg \ 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 diff --git a/audio/ices/pkg-plist b/audio/ices/pkg-plist deleted file mode 100644 index 86ef8ac..0000000 --- a/audio/ices/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ices -%%DATADIR%%/basic.html -%%DATADIR%%/config.html -%%DATADIR%%/faq.html -%%DATADIR%%/ices-alsa.xml -%%DATADIR%%/ices-oss.xml -%%DATADIR%%/ices-playlist.xml -%%DATADIR%%/ices-roar.xml -%%DATADIR%%/index.html -%%DATADIR%%/inputs.html -%%DATADIR%%/intro.html -%%DATADIR%%/style.css |