Index: head/audio/ices/pkg-plist =================================================================== --- head/audio/ices/pkg-plist (revision 399553) +++ head/audio/ices/pkg-plist (nonexistent) @@ -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 Property changes on: head/audio/ices/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/ices/Makefile =================================================================== --- head/audio/ices/Makefile (revision 399553) +++ head/audio/ices/Makefile (revision 399554) @@ -1,35 +1,37 @@ # Created by: Michael Nottebrock # $FreeBSD$ PORTNAME= ices PORTVERSION= 2.0.2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio net MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \ http://svn.xiph.org/releases/${PORTNAME}/ 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 \ libspeex.so:${PORTSDIR}/audio/speex \ libtheora.so:${PORTSDIR}/multimedia/libtheora \ libvorbis.so:${PORTSDIR}/audio/libvorbis 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 .include