2013-09-20 16:36:35 +02:00
|
|
|
# Created by: dburr@FreeBSD.org
|
1999-11-18 10:17:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-07-22 06:10:37 +02:00
|
|
|
PORTNAME= nap
|
2006-11-26 11:00:23 +01:00
|
|
|
PORTVERSION= 1.5.4
|
2006-11-26 18:04:47 +01:00
|
|
|
CATEGORIES+= audio net
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/nap/nap/${PORTVERSION}
|
1999-11-18 10:17:15 +01:00
|
|
|
|
2013-11-29 08:37:52 +01:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2014-01-16 21:40:17 +01:00
|
|
|
COMMENT?= MP3 sharing, search, and chat client for the OpenNAP network
|
2004-08-10 12:16:50 +02:00
|
|
|
|
|
|
|
CONFLICTS?= ru-nap-*
|
1999-11-18 10:17:15 +01:00
|
|
|
|
2001-03-30 01:29:04 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-10 05:47:56 +01:00
|
|
|
|
2014-01-16 21:40:17 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-01-03 16:26:06 +01:00
|
|
|
|
2001-07-22 06:10:37 +02:00
|
|
|
post-install:
|
2014-01-16 21:40:17 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2001-08-03 04:54:15 +02:00
|
|
|
.for file in NEWS README doc/napster.txt doc/userguide.html
|
2014-01-16 21:40:17 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
2001-08-03 04:54:15 +02:00
|
|
|
.endfor
|
1999-11-18 10:17:15 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|