diff options
Diffstat (limited to 'devel/ncursesw/Makefile')
-rw-r--r-- | devel/ncursesw/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/ncursesw/Makefile b/devel/ncursesw/Makefile index 20ea4625797..a2c6bf0b3e1 100644 --- a/devel/ncursesw/Makefile +++ b/devel/ncursesw/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2006/10/13 18:07:49 tron Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/13 23:13:47 wiz Exp $ .include "../../devel/ncurses/Makefile.common" PKGNAME= ${DISTNAME:S/ncurses/ncursesw/} +PKGREVISION= 1 COMMENT= Wide character CRT screen handling and optimization package PATCHDIR= ${.CURDIR}/../../devel/ncurses/patches @@ -10,9 +11,12 @@ DISTINFO_FILE= ${.CURDIR}/../../devel/ncurses/distinfo CONFIGURE_ARGS+= --enable-widec +INSTALLATION_DIRS+= include/ncursesw + BUILD_TARGET= libs do-install: + ${INSTALL_DATA} ${WRKSRC}/include/curses.h ${PREFIX}/include/ncursesw/ncurses.h for LIB in form menu ncurses++ ncurses panel; do \ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \ ${WRKSRC}/lib/lib$${LIB}w.la ${PREFIX}/lib; \ |