From d815209054a5eb36df2e55cc9598a911332e9e27 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 20 Jun 2001 03:31:22 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- editors/bvi/Makefile | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'editors/bvi') 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" -- cgit v1.2.3