mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
24eb7256ad
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)
34 lines
681 B
Makefile
34 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>
|