From 59393b6e61564d8228d7c16c7743931ab110d3bb Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 7 Sep 2001 14:34:21 +0000 Subject: New port agsatellite version 0.520: Client that allows you to share your music on Audiogalaxy(TM) --- net-p2p/linux-agsatellite/Makefile | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 net-p2p/linux-agsatellite/Makefile (limited to 'net-p2p/linux-agsatellite/Makefile') diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile new file mode 100644 index 000000000000..c69d336ac8ac --- /dev/null +++ b/net-p2p/linux-agsatellite/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: audiogalaxy satellite +# Date created: Thu Aug 30 15:59:04 GMT 2001 +# Whom: Mario Sergio Fujikawa Ferreira +# +# $FreeBSD$ +# + +PORTNAME= agsatellite +PORTVERSION= 0.520 +CATEGORIES= audio net +MASTER_SITES= http://www.audiogalaxy.com/downloads/ +DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 + +MAINTAINER= lioux@FreeBSD.org + +WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} + +USE_LINUX= yes +NO_BUILD= yes +STRIP= +RESTRICTED= no response from developer on licensing issues + +DOCS= german_readme.txt license.txt readme.txt + +BRANDELF= /usr/bin/brandelf + +post-patch: + @${PERL} -pi -e "s| ||" ${WRKSRC}/*.txt + @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ + ${WRKDIR}/wrapper.sh + +pre-install: + @${BRANDELF} -t Linux ${WRKSRC}/AGSatellite + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/AGSatellite ${PREFIX}/bin/AGSatellite-real + @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/AGSatellite +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +. for doc in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +. endfor +.endif + @${CAT} ${PKGMESSAGE} + +.include -- cgit v1.2.3