1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/gperf/Makefile
Dirk Meyer bdccbf872e - Add Apple's gperf enhancements (GPLv2)
PR:		193964
Submitted by:	Pedro F. Giffuni
Obtained from:	http://opensource.apple.com/source/gperf/gperf-9/patches/
2014-10-19 11:23:47 +00:00

30 lines
520 B
Makefile

# $FreeBSD$
PORTNAME= gperf
PORTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Generates perfect hash functions for sets of keywords
LICENSE= GPLv2
CONFLICTS= ace+tao-[0-9]*
MAKE_JOBS_UNSAFE= yes
# avoid GPL3
PORTSCOUT= skipv:3.0.4
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
INFO= gperf
regression-test: test
test: build
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>