freebsd-ports/devel/gperf/Makefile
Philip M. Gollucci 7f208943eb - Mark MAKE_JOBS_UNSAFE=yes
Approved by:    linimon (via irc on #bsdports)
Tested on:      RideCharge TB, P6 TB
2009-04-29 01:48:55 +00:00

32 lines
614 B
Makefile

# New ports collection makefile for: gperf
# Date created: 19.04.1999
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gperf
PORTVERSION= 3.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Generates perfect hash functions for sets of keywords
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
MAN1= gperf.1
INFO= gperf
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
# avoid GPL3
PORTSCOUT= skipv:3.0.4
regression-test: test
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>