both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
# 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)
|
|
|
|
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>
|