summaryrefslogtreecommitdiff
path: root/devel/tvision/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tvision/Makefile')
-rw-r--r--devel/tvision/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile
new file mode 100644
index 00000000000..8246f428874
--- /dev/null
+++ b/devel/tvision/Makefile
@@ -0,0 +1,19 @@
+# $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"