aboutsummaryrefslogblamecommitdiff
path: root/audio/napster/Makefile
blob: cd3ba77b5118922ca8ad5e631d456ebe6d24c8a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                               
                               





                                                    

                               




                                         

                                                                                                 
 



                             


                                                                            
 
           
                                                                             











                                                                         
# New ports collection makefile for:    napster
# Version required:     0.9BETA
# Date created:         Thu Nov 18 01:07:00 PST 1999
# Whom:                 dburr@FreeBSD.org
#
# $FreeBSD$
#

DISTNAME=	nap-bsd-0.9BETA
PKGNAME=	napster-0.9b
CATEGORIES=	audio net
MASTER_SITES=	http://www.gis.net/~nite/

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>