pkgsrc/devel/tvision/Makefile
jtb d945e65d5d Initial import of tvision.
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.
2001-05-17 01:18:08 +00:00

19 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/05/17 01:18:08 jtb Exp $
#
DISTNAME= tvision-0.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/c++/}
MAINTAINER= packages@NetBSD.org
COMMENT= The Turbo Vision C++ CUI library for UNIX
DEPENDS+= ncurses>=5.2:../../devel/ncurses
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"