diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
| commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
| tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /net/linux-agsatellite/Makefile | |
| parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) | |
Diffstat (limited to 'net/linux-agsatellite/Makefile')
| -rw-r--r-- | net/linux-agsatellite/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/net/linux-agsatellite/Makefile b/net/linux-agsatellite/Makefile deleted file mode 100644 index 571a40d73bbf..000000000000 --- a/net/linux-agsatellite/Makefile +++ /dev/null @@ -1,48 +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= 2 -CATEGORIES= audio net linux -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 -USE_REINPLACE= yes -STRIP= -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 > \ - ${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> |
