summaryrefslogtreecommitdiff
path: root/editors/bvi
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 03:31:22 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 03:31:22 +0000
commit8af8a35a389ea37260c2bfddf66d940f3bae480d (patch)
tree7999c3c86c448e990600cc5ef06f3ba95b11dd84 /editors/bvi
parent0d7250031191a6d8ea96d37babdefe645f4ec1a3 (diff)
downloadpkgsrc-8af8a35a389ea37260c2bfddf66d940f3bae480d.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'editors/bvi')
-rw-r--r--editors/bvi/Makefile20
1 files changed, 6 insertions, 14 deletions
diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile
index 7670bd43bab..268504ae52d 100644
--- a/editors/bvi/Makefile
+++ b/editors/bvi/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:31 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2001/06/20 03:31:22 jlam Exp $
#
DISTNAME= bvi-1.2.0.src
PKGNAME= bvi-1.2.0
+WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= editors
MASTER_SITES= http://bvi.linuxave.net/download/
@@ -10,18 +11,9 @@ MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://bvi.linuxave.net/
COMMENT= Display-oriented editor for binary files, based on the vi editor
-GNU_CONFIGURE= YES
-USE_CURSES= YES
-REPLACE_NCURSES= ${WRKSRC}/configure
-MAKE_ENV+= SHELL=${SH}
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${NEED_NCURSES} == "YES"
-CFLAGS+= -I${LOCALBASE}/include
-CPPFLAGS+= -I${LOCALBASE}/include
-.endif
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+MAKE_ENV+= SHELL=${SH}
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"