dcc5f1aa94
necessary fixes on them for the past months.
27 lines
523 B
Makefile
27 lines
523 B
Makefile
# 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
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in NEWS README doc/napster.txt doc/userguide.html
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|