diff options
author | jlam <jlam> | 1999-09-24 00:39:13 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-09-24 00:39:13 +0000 |
commit | dc5780b32ce70f36fbc7f9a85f6422ad45c4f9bc (patch) | |
tree | 65a3a98bcd7d732e79d42a3c4ebaf45f66185e27 /devel/ncurses/pkg | |
parent | 1b91b75b047b8820c9809e08be5249e08ac2063d (diff) | |
download | pkgsrc-dc5780b32ce70f36fbc7f9a85f6422ad45c4f9bc.tar.gz |
Go ahead and build and install the the ncurses C++ application framework
library. This was a side-effect of trying to deal with --with-cxx and
--without-cxx. We accept the default --with-cxx. This should work
regardless of whether libg++ exists.
Diffstat (limited to 'devel/ncurses/pkg')
-rw-r--r-- | devel/ncurses/pkg/PLIST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/ncurses/pkg/PLIST b/devel/ncurses/pkg/PLIST index 147a306b52a..209455cb473 100644 --- a/devel/ncurses/pkg/PLIST +++ b/devel/ncurses/pkg/PLIST @@ -1,10 +1,17 @@ -@comment $NetBSD: PLIST,v 1.9 1999/07/06 07:51:07 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 1999/09/24 00:39:13 jlam Exp $ bin/captoinfo bin/infocmp bin/infotocap bin/tic bin/toe +include/cursesapp.h +include/cursesf.h +include/cursesm.h +include/cursesp.h +include/cursesw.h +include/cursslk.h include/eti.h +include/etip.h include/form.h include/menu.h include/panel.h @@ -16,6 +23,8 @@ lib/libform.a lib/libform.so.4.2 lib/libmenu.a lib/libmenu.so.4.2 +lib/libncurses++.a +lib/libncurses++.so.4.2 lib/libncurses.a lib/libncurses.so.4.2 lib/libpanel.a @@ -120,6 +129,7 @@ man/man3/wresize.3 man/man5/term.5 man/man5/terminfo.5 man/man7/term.7 +share/examples/ncurses++demo.cc share/tabset/std share/tabset/stdcrt share/tabset/vt100 |