1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/napster/Makefile
Patrick Li a7dc96946e Update to 1.5.0
Approved by:	petef(maintainer)
2002-03-25 05:44:08 +00:00

27 lines
538 B
Makefile

# New ports collection makefile for: napster
# Date created: Thu Nov 18 01:07:00 PST 1999
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= nap
PORTVERSION= 1.5.0
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nap
MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
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>