Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
|
|
|
|
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
|
|
|
|
Turbo Vision for UNIX
Turbo Vision (or TV, for short) is a library that provides an
application framework for C++ programmers. With TV, you can write
beautiful object-oriented character-mode user interfaces in very a
short time.
TV is available in C++ and Pascal and is a product of Borland
International. It was developed to run on MS-DOS systems, but today
it is available for many other platforms (ported by independent
programmers).
This port is based on the Borland 2.0 version with fixes.
Borland has released the source code to the public some time ago (take
a look at the COPYRIGHT file in the source package for more
information).
Package provided by Nathan Ahlstrom <nathan.ahlstrom@medtronic.com> in
PR pkg/12912.
|