1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/gperf/Makefile
Steve Price 2f51032a0d Adding gperf version 2.7
Generates perfect hash functions for sets of keywords.

PR:		12904
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1999-12-29 09:09:40 +00:00

20 lines
377 B
Makefile

# New ports collection makefile for: unix-connect
# Version required: 2.7
# Date created: 19.04.1999
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
DISTNAME= gperf-2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= dirk.meyer@dinoex.sub.org
GNU_CONFIGURE= yes
MAN= gperf.1
.include <bsd.port.mk>