diff options
Diffstat (limited to 'net/peercast/Makefile')
-rw-r--r-- | net/peercast/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/net/peercast/Makefile b/net/peercast/Makefile index fbaca24ccbf2..03d32427194c 100644 --- a/net/peercast/Makefile +++ b/net/peercast/Makefile @@ -5,18 +5,20 @@ # $FreeBSD$ # -PORTNAME= peercast -PORTVERSION= 0.1211 -CATEGORIES= net multimedia -MASTER_SITES= http://www.peercast.org/ -DISTNAME= peercast-linux -EXTRACT_SUFX= .tgz +PORTNAME= peercast +PORTVERSION= 0.1211 +CATEGORIES= net multimedia +MASTER_SITES= http://www.peercast.org/ +DISTNAME= peercast-linux +EXTRACT_SUFX= .tgz -MAINTAINER= jylefort@brutele.be -COMMENT= A peer-to-peer network for broadcasting and listening to streams +MAINTAINER= jylefort@brutele.be +COMMENT= A peer-to-peer network for broadcasting and listening to streams -USE_LINUX= yes -NO_WRKSUBDIR= yes +RUN_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8 + +USE_LINUX= yes +NO_WRKSUBDIR= yes do-build: ${SED} -e 's|@PREFIX@|${PREFIX}|g; s|@DATADIR@|${DATADIR}|g' \ |