freebsd-ports/audio/napster/Makefile
Pete Fritchman 24eb7256ad Upgrade to 1.5.1; this fixes a bug where the search function always
returned 0 results, more details at the port's homepage.

PR:		46154
Submitted by:	Andrew Thompson <andy@fud.org.nz> (with some changes)
Approved by:	portmgr (will)
2002-12-10 04:47:56 +00:00

33 lines
681 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.1
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nap
MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= nap.1
post-patch:
@${REINPLACE_CMD} -e 's,install-man install-htmlDATA,install-man,' \
${WRKSRC}/doc/Makefile.in
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>