- Add LICENSE_FILE
- Cleanup Makefile - Use PLIST_FILES and PORTDATA instead of PLIST
This commit is contained in:
parent
f14afe1360
commit
ee690f71e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399554
2 changed files with 4 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue