summaryrefslogtreecommitdiff
path: root/net/nap
diff options
context:
space:
mode:
authorwiz <wiz>2001-12-25 17:40:26 +0000
committerwiz <wiz>2001-12-25 17:40:26 +0000
commitd7e560fdbc8a05f18cf49bec0a5b044103e2cc83 (patch)
treee5efc9fe5ccd0e2ffeac3e3d51fd12e19d95ec3f /net/nap
parent172ccdae6ef17cb6c7f17208d1d050584ec36cac (diff)
downloadpkgsrc-d7e560fdbc8a05f18cf49bec0a5b044103e2cc83.tar.gz
Buildlinkify.
Diffstat (limited to 'net/nap')
-rw-r--r--net/nap/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/nap/Makefile b/net/nap/Makefile
index ab63d326eb5..1bce5ca5a93 100644
--- a/net/nap/Makefile
+++ b/net/nap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/11 06:34:46 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/12/25 17:40:26 wiz Exp $
DISTNAME= nap-1.4.4
CATEGORIES= net
@@ -8,10 +8,8 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gis.net/~nite/
COMMENT= Terminal based Napster client similar to ircII
-DEPENDS+= ncurses>=5.0:../../devel/ncurses
-
-GNU_CONFIGURE= YES
-CPPFLAGS+= -I${LOCALBASE}/include
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nap ${PREFIX}/share/examples/nap
@@ -19,4 +17,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/nap.conf.dist \
${PREFIX}/share/examples/nap/nap.conf
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"