freebsd-ports/devel/gperf/Makefile

21 lines
414 B
Makefile
Raw Normal View History

# New ports collection makefile for: gperf
# Date created: 19.04.1999
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= gperf
PORTVERSION= 2.7.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gperf
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 13:26:42 -05:00
COMMENT= Generates perfect hash functions for sets of keywords
GNU_CONFIGURE= yes
MAN1= gperf.1
.include <bsd.port.mk>