freebsd-ports/devel/gperf/Makefile

31 lines
521 B
Makefile
Raw Normal View History

# $FreeBSD$
2000-04-11 23:30:15 +02:00
PORTNAME= gperf
2007-05-25 05:33:27 +02:00
PORTVERSION= 3.0.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Generates perfect hash functions for sets of keywords
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
CONFLICTS= ace+tao-[0-9]*
GNU_CONFIGURE= yes
2010-06-04 15:49:15 +02:00
MAKE_JOBS_UNSAFE= yes
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
2009-03-19 20:41:19 +01:00
MAN1= gperf.1
2004-04-07 22:19:50 +02:00
INFO= gperf
2010-06-04 15:49:15 +02:00
2009-03-19 20:41:19 +01:00
# avoid GPL3
PORTSCOUT= skipv:3.0.4
regression-test: test
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>