aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-18 02:07:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-18 02:07:29 +0800
commitf05d1ef58ed306afd229b561ba3e9062c4936f9b (patch)
treeafcaf8787cec3d3b5332a51792e719c0d9e00ebd /audio
parentaddc71700cef24c8a890dc49b8ff323f22834791 (diff)
downloadfreebsd-ports-gnome-f05d1ef58ed306afd229b561ba3e9062c4936f9b.tar.gz
freebsd-ports-gnome-f05d1ef58ed306afd229b561ba3e9062c4936f9b.tar.zst
freebsd-ports-gnome-f05d1ef58ed306afd229b561ba3e9062c4936f9b.zip
- Add LICENSE_FILE
- Cleanup Makefile - Use PLIST_FILES and PORTDATA instead of PLIST
Diffstat (limited to 'audio')
-rw-r--r--audio/ices/Makefile6
-rw-r--r--audio/ices/pkg-plist12
2 files changed, 4 insertions, 14 deletions
diff --git a/audio/ices/Makefile b/audio/ices/Makefile
index 60b0a604116e..c78e518328f6 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 86ef8ac2b17d..000000000000
--- 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