diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2010-08-16 15:23:57 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2010-08-16 15:23:57 +0000 |
commit | 60810ded7cfe5b5520256d517426e2c8cc506164 (patch) | |
tree | 73c0f9d5232cbfd6b6b9aadc02ca33123d815c6b /audio/icecast2/Makefile | |
parent | fd5d554e160bd632981bd0eb200893c4bef4de8a (diff) | |
download | ports-60810ded7cfe5b5520256d517426e2c8cc506164.tar.gz ports-60810ded7cfe5b5520256d517426e2c8cc506164.zip |
Notes
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index df4fd8172b98..5918060eaef4 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ @@ -24,6 +24,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ vorbis.4:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt +LICENSE= GPLv2 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_RC_SUBR= icecast2.sh |