1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/napster/Makefile
Kris Kennaway 059b3b8276 Mark FORBIDDEN: remotely exploitable vulnerabilities.
Submitted by:	gregory duchemin <c3rb3r@HOTMAIL.COM> via Bugtraq
2000-11-03 21:49:24 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: napster
# Date created: Thu Nov 18 01:07:00 PST 1999
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= napster
PORTVERSION= 1.1b
CATEGORIES= audio net
MASTER_SITES= http://www.gis.net/~nite/
DISTNAME= nap-linux-1.1BETA
MAINTAINER= dburr@FreeBSD.org
FORBIDDEN= "Remote vulnerabilities"
# leaving this here, in case they decide to drop the BSD version again *sigh*
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
ONLY_FOR_ARCHS= i386
WRKSRC= ${WRKDIR}/nap
NO_BUILD= yes
# leaving this here in case they decide to drop the BSD version again *sigh*
# do-patch:
# brandelf -t Linux ${WRKSRC}/nap
do-install:
${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap
${MKDIR} ${PREFIX}/share/nap
${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap
.if (!defined(NOPORTDOCS))
@${ECHO_MSG} "===> Installing README in ${PREFIX}/share/doc/nap"
${MKDIR} ${PREFIX}/share/doc/nap
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>