mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
amd64 and ia64 machines can run i386 binaries
portlint PR: 95510 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
This commit is contained in:
parent
b21aa0db05
commit
ab674fadc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159234
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user