summaryrefslogtreecommitdiff
path: root/net-p2p/linux-agsatellite/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-02-24 22:10:52 +0000
committerRene Ladan <rene@FreeBSD.org>2011-02-24 22:10:52 +0000
commit1134a120475a4f72f1c2ae98ff0fa8968cc39066 (patch)
tree720dc30ba4ea4a86f63698b0628fdc723fc74b23 /net-p2p/linux-agsatellite/Makefile
parentUpgrade to LLVM and Clang r126079 to match the version in HEAD. (diff)
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD 2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Notes
Notes: svn path=/head/; revision=269603
Diffstat (limited to 'net-p2p/linux-agsatellite/Makefile')
-rw-r--r--net-p2p/linux-agsatellite/Makefile51
1 files changed, 0 insertions, 51 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile
deleted file mode 100644
index 735c6ab68a27..000000000000
--- a/net-p2p/linux-agsatellite/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# 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
-PORTREVISION= 4
-CATEGORIES= net-p2p audio linux
-MASTER_SITES= http://www.audiogalaxy.com/downloads/
-PKGNAMEPREFIX= linux-
-DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Client that allows you to share your music on Audiogalaxy(TM)
-
-BROKEN= unfetchable
-DEPRECATED= the whole service went to cloud
-EXPIRATION_DATE=2011-02-24
-
-WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
-
-NO_BUILD= yes
-USE_LINUX= yes
-USE_LINUX_APPS= xorglibs
-RESTRICTED= no response from developer on licensing issues
-
-DOCS= german_readme.txt license.txt readme.txt
-
-post-patch:
- @${REINPLACE_CMD} -e "s| ||;s|email|username|" ${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>