diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-04-09 21:21:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-04-09 21:21:29 +0000 |
commit | ab674fadc7fc70d4105520ef132149d72b223d73 (patch) | |
tree | 0188482fda66ce8f15bd20ce148e8872c7c79216 /audio/shoutcast | |
parent | b21aa0db055e0b3ce82f4c5d731354cce258eec0 (diff) | |
download | ports-ab674fadc7fc70d4105520ef132149d72b223d73.tar.gz ports-ab674fadc7fc70d4105520ef132149d72b223d73.zip |
Notes
Diffstat (limited to 'audio/shoutcast')
-rw-r--r-- | audio/shoutcast/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/shoutcast/Makefile b/audio/shoutcast/Makefile index 98acf79c0665..01bce6d890cf 100644 --- a/audio/shoutcast/Makefile +++ b/audio/shoutcast/Makefile @@ -13,15 +13,14 @@ MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-5/ MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Nullsoft's streaming audio server (binary port) -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 ia64 NO_BUILD= YES -NO_PACKAGE= "Redistribution of the software isn\'t allowed" +NO_PACKAGE= Redistribution of the software isn\'t allowed USE_RC_SUBR= shoutcast.sh PLIST_FILES= sbin/sc_serv etc/shoutcast/sc_serv.conf.sample PLIST_DIRS= etc/shoutcast PORTDOCS= README.TXT -USE_REINPLACE= YES SUB_FILES= pkg-message @@ -35,7 +34,7 @@ LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .elif ${OSVERSION} >= 400000 DISTNAME= ${PORTNAME}-1-9-5-freebsd4-elf .else -BROKEN= "unsupported FreeBSD version" +BROKEN= unsupported FreeBSD version .endif post-patch: |