diff options
-rw-r--r-- | devel/tvision/Makefile | 6 | ||||
-rw-r--r-- | editors/ce/Makefile | 6 | ||||
-rw-r--r-- | editors/hexedit/Makefile | 8 | ||||
-rw-r--r-- | games/omega/Makefile | 14 |
4 files changed, 13 insertions, 21 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 1f397a92352..8f24bb867d5 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/10/03 10:05:08 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/25 17:35:02 wiz Exp $ # DISTNAME= tvision-0.7 @@ -8,10 +8,10 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/c++/} MAINTAINER= packages@NetBSD.org COMMENT= Turbo Vision C++ CUI library for UNIX -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ce/Makefile b/editors/ce/Makefile index 70942a0306b..22d8b939c52 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/25 17:37:48 wiz Exp $ # .include "Makefile.common" COMMENT+= , tty version -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined ALL_TARGET= ce INSTALL_TARGET= install man-install -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 7aa17b56962..1f2958171e9 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/01/18 22:59:30 mjl Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/25 17:36:46 wiz Exp $ # DISTNAME= hexedit-1.2.2 @@ -11,8 +11,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.chez.com/prigaux/hexedit.html COMMENT= to view and edit files in hexadecimal or ASCII -GNU_CONFIGURE= yes -USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit @@ -20,5 +20,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit .endfor -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/omega/Makefile b/games/omega/Makefile index 4531557f69d..cb3c3436c48 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/12/25 21:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/25 17:42:13 wiz Exp $ DISTNAME= omega-0.90-pa4 PKGNAME= omega-0.90.4 @@ -12,17 +12,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.win.tue.nl/games/roguelike/omega COMMENT= Complex rogue-like game of exploration with a sense of humor -USE_BUILDLINK_ONLY= # defined +USE_BUILDLINK2= # defined ALL_TARGET= # empty -# Change references from <curses.h> to <ncurses.h> in the source files. -post-extract: - cd ${WRKSRC}; for file in *.[ch]; do \ - ${SED} -e "s|<curses\.h>|<ncurses.h>|g" \ - $${file} > $${file}.presubst; \ - ${MV} -f $${file}.presubst $${file}; \ - done - do-install: ${INSTALL_PROGRAM} -o games -g games -m 4711 ${WRKSRC}/omega \ ${PREFIX}/bin/Omega @@ -44,5 +36,5 @@ post-install: ${INSTALL_DATA} $${file} ${PREFIX}/share/doc/omega; \ done -.include "../../devel/ncurses/buildlink.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |