pkgsrc/graphics/grap/Makefile
tnn 12ad6bea4d Fall back to c++ STL map instead of __gnu_cxx::hash_map even if we have
the __gnu_cxx extensions. (The latter seems to trigger a crash.)
Bump PKGREVISION.
2007-12-22 20:47:19 +00:00

20 lines
537 B
Makefile

# $NetBSD: Makefile,v 1.16 2007/12/22 20:47:19 tnn Exp $
DISTNAME= grap-1.41
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/
COMMENT= Language for typesetting graphs
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_ext_hash_map=no
USE_LANGUAGES= c c++
USE_TOOLS+= lex yacc
.include "../../mk/bsd.pkg.mk"