Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.

This commit is contained in:
jlam 2001-06-20 04:01:37 +00:00
parent af00dbdf7e
commit 183dcae520

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2001/05/18 23:54:09 jtb Exp $
# $NetBSD: Makefile,v 1.3 2001/06/20 04:01:37 jlam Exp $
DISTNAME= nano-1.0.2
CATEGORIES= editors
@ -8,11 +8,11 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/nano/nano.html
COMMENT= small and friendly text editor (a free replacement for Pico)
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_CURSES= yes
REPLACE_NCURSES=configure
USE_LIBINTL= yes
#USE_LIBINTL= yes
USE_BUILDLINK_ONLY= yes
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"