diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /net-p2p/linux-agsatellite | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'net-p2p/linux-agsatellite')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile index caeb58f690ae..d0831a85a470 100644 --- a/net-p2p/linux-agsatellite/Makefile +++ b/net-p2p/linux-agsatellite/Makefile @@ -7,7 +7,7 @@ PORTNAME= agsatellite PORTVERSION= 0.520 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net audio linux MASTER_SITES= http://www.audiogalaxy.com/downloads/ PKGNAMEPREFIX= linux- @@ -16,19 +16,16 @@ DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 MAINTAINER= ports@FreeBSD.org COMMENT= Client that allows you to share your music on Audiogalaxy(TM) -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} NO_BUILD= yes USE_REINPLACE= yes -STRIP= +USE_LINUX= yes +USE_X_PREFIX= yes RESTRICTED= no response from developer on licensing issues DOCS= german_readme.txt license.txt readme.txt -BRANDELF= /usr/bin/brandelf - post-patch: @${REINPLACE_CMD} -e "s|
||;s|email|username|" ${WRKSRC}/*.txt @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ |