blob: a2f99058e1149f4f4744ff9c4597ff198589d832 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection makefile for: napster
# Date created: Thu Nov 18 01:07:00 PST 1999
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= napster
PORTVERSION= 0.9b
CATEGORIES= audio net
MASTER_SITES= http://www.gis.net/~nite/
DISTNAME= nap-bsd-0.9BETA
MAINTAINER= dburr@FreeBSD.org
# 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} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|