blob: 402587e65321fc844e2ffb68325927e933c228b6 (
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
|
# Created by: dburr@FreeBSD.org
# $FreeBSD$
PORTNAME= nap
PORTVERSION= 1.5.4
CATEGORIES+= audio net
MASTER_SITES= SF/nap/nap/${PORTVERSION}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= An MP3 sharing, search, and chat client for the OpenNAP network
CONFLICTS?= ru-nap-*
GNU_CONFIGURE= yes
NO_STAGE= yes
MAN1= nap.1
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for file in NEWS README doc/napster.txt doc/userguide.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>
|