openbsd-ports/devel/gperf/Makefile

24 lines
565 B
Makefile
Raw Normal View History

2002-12-29 15:19:09 -05:00
# $OpenBSD: Makefile,v 1.14 2002/12/29 20:19:10 fgsch Exp $
COMMENT= "perfect hash functions, to help write parsers"
DISTNAME= gperf-2.7.2
CATEGORIES= devel
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=gperf/}
# Don't use SEPARATE_BUILD, the doc doesn't like it
CONFIGURE_STYLE= gnu
# and it also insists upon installing under $(prefix)/doc...
FAKE_FLAGS=docdir='$$(prefix)/share/doc/gperf'
.include <bsd.port.mk>