diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-13 23:13:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-13 23:13:47 +0000 |
commit | 70040638e6406334763f6beaea18ce58ca00a2bd (patch) | |
tree | f58433f4633c2b0776e04a3d12a79590b2adff97 /devel | |
parent | 8b22d9fa3806bd934a42aab3fa5684ec2a4b74a0 (diff) | |
download | pkgsrc-70040638e6406334763f6beaea18ce58ca00a2bd.tar.gz |
Install header file that includes all the necessary symbols for
wide character support (needed by at least news/tin).
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ncursesw/Makefile | 6 | ||||
-rw-r--r-- | devel/ncursesw/PLIST | 3 |
2 files changed, 7 insertions, 2 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; \ diff --git a/devel/ncursesw/PLIST b/devel/ncursesw/PLIST index 9404a10258d..2a4f9e509da 100644 --- a/devel/ncursesw/PLIST +++ b/devel/ncursesw/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2006/10/13 18:07:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/09/13 23:13:48 wiz Exp $ +include/ncursesw/ncurses.h lib/libformw.la lib/libmenuw.la lib/libncurses++w.la |