View | Details | Raw Unified | Return to bug 95510
Collapse All | Expand All

(-)ports/audio/shoutcast/Makefile (-4 / +3 lines)
Lines 13-27 Link Here
13
MAINTAINER=	gkovesdan@t-hosting.hu
13
MAINTAINER=	gkovesdan@t-hosting.hu
14
COMMENT=	Nullsoft's streaming audio server (binary port)
14
COMMENT=	Nullsoft's streaming audio server (binary port)
15
15
16
ONLY_FOR_ARCHS=	i386
16
ONLY_FOR_ARCHS=	i386 amd64 ia64
17
NO_BUILD=	YES
17
NO_BUILD=	YES
18
NO_PACKAGE=	"Redistribution of the software isn\'t allowed"
18
NO_PACKAGE=	Redistribution of the software isn\'t allowed
19
19
20
USE_RC_SUBR=	shoutcast.sh
20
USE_RC_SUBR=	shoutcast.sh
21
PLIST_FILES=	sbin/sc_serv etc/shoutcast/sc_serv.conf.sample
21
PLIST_FILES=	sbin/sc_serv etc/shoutcast/sc_serv.conf.sample
22
PLIST_DIRS=	etc/shoutcast
22
PLIST_DIRS=	etc/shoutcast
23
PORTDOCS=	README.TXT
23
PORTDOCS=	README.TXT
24
USE_REINPLACE=	YES
25
24
26
SUB_FILES=	pkg-message
25
SUB_FILES=	pkg-message
27
26
Lines 35-41 Link Here
35
.elif ${OSVERSION} >= 400000
34
.elif ${OSVERSION} >= 400000
36
DISTNAME=	${PORTNAME}-1-9-5-freebsd4-elf
35
DISTNAME=	${PORTNAME}-1-9-5-freebsd4-elf
37
.else
36
.else
38
BROKEN=		"unsupported FreeBSD version"
37
BROKEN=		unsupported FreeBSD version
39
.endif
38
.endif
40
39
41
post-patch:
40
post-patch:

Return to bug 95510