openbsd-ports/devel/gperf/Makefile

30 lines
732 B
Makefile
Raw Normal View History

2007-12-30 15:15:37 -05:00
# $OpenBSD: Makefile,v 1.18 2007/12/30 20:15:37 espie Exp $
COMMENT= perfect hash functions, to help write parsers
2004-11-22 22:14:31 -05:00
DISTNAME= gperf-3.0.1
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
2004-11-22 22:14:31 -05:00
WANTLIB= c m stdc++
2000-02-12 03:02:07 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=gperf/}
2004-11-22 22:14:31 -05:00
post-extract:
rm ${WRKDIST}/doc/gperf.info
# Don't use SEPARATE_BUILD, the doc doesn't like it
CONFIGURE_STYLE= gnu
# and it also insists upon installing under $(prefix)/doc...
2007-12-30 15:15:37 -05:00
MAKE_FLAGS= docdir='${TRUEPREFIX}/share/doc/gperf'
# N.B. gperf is a build dependency for libiconv; take care if
# gettext support is added to gperf.
.include <bsd.port.mk>