pkgsrc/net/tn5250/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

17 lines
429 B
Makefile

# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:17 rillig Exp $
#
DISTNAME= tn5250-0.12.51
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.linux-sna.org/software/5250/
COMMENT= Implementation of the IBM 5250 telnet protocol
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"