Files
bsdports/devel/gperf/Makefile
2025-08-27 17:10:19 +02:00

24 lines
435 B
Makefile

#
# $ID$
#
PORTNAME= gperf
PORTVERSION= 3.1
CATEGORIES= devel
#MASTER_SITES= ${MASTER_SITE_GNU}
#MASTER_SITE_SUBDIR= gperf
MAINTAINER= onborodin@gmail.com
COMMENT= Generates perfect hash functions for sets of keywords
USE_CXXSTD= gnu++98
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