pkgsrc/games/anise/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

20 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= anise-beta10-20040307-linux
PKGNAME= anise-0beta10
PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://kldp.net/download.php/1051/
MAINTAINER= pyrasis@chol.com
HOMEPAGE= http://www.tomyun.pe.kr/projectanise/
COMMENT= Adventure game scripting engine
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"