pkgsrc/devel/gperf/Makefile
adam 970a7893cb Changes 3.0.2:
* Compiles with g++-4.0.x.
* Added option --length-table-name.
* Added declaration %define length-table-name.
* Fixed #line directives for filenames containing backslashes.
2006-07-09 20:33:45 +00:00

17 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.22 2006/07/09 20:33:45 adam Exp $
DISTNAME= gperf-3.0.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=gperf/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gperf/gperf.html
COMMENT= GNU perfect hash function generator
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"