pkgsrc/devel/gperf/Makefile
jlam 792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00

18 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.21 2006/03/30 03:44:43 jlam Exp $
#
DISTNAME= gperf-3.0.1
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= # PLIST
.include "../../mk/bsd.pkg.mk"