Files
bsdports/devel/gperf/Makefile
2019-12-26 07:26:06 +00:00

23 lines
415 B
Makefile

#
# $ID$
#
PORTNAME= gperf
PORTVERSION= 3.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= onborodin@gmail.com
COMMENT= Generates perfect hash functions for sets of keywords
GNU_CONFIGURE= yes
USES+= gmake
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
INFO= gperf
.include <bsd.port.mk>
#EOF