pkgsrc/devel/tvision/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

22 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= tvision-0.8
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE:=devel/lang/c++/}
PATCHFILES= tvision-0.8-freebsd-patches-20040910.diff.bz2
PATCH_DIST_STRIP= -p1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sigala.it/sergio/tvision/
COMMENT= Turbo Vision C++ CUI library for UNIX
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GCC_REQD+= 3.0
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"