summaryrefslogtreecommitdiff
path: root/net-p2p/linux-agsatellite/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-07 14:34:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-07 14:34:21 +0000
commit59393b6e61564d8228d7c16c7743931ab110d3bb (patch)
tree258a7e73247c0affe99d580b988028fa22a8da03 /net-p2p/linux-agsatellite/Makefile
parentUpdate to 0.93. (diff)
New port agsatellite version 0.520: Client that allows you to share
your music on Audiogalaxy(TM)
Notes
Notes: svn path=/head/; revision=47497
Diffstat (limited to 'net-p2p/linux-agsatellite/Makefile')
-rw-r--r--net-p2p/linux-agsatellite/Makefile46
1 files changed, 46 insertions, 0 deletions
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 <lioux@FreeBSD.org>
+#
+# $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 <bsd.port.mk>