freebsd-ports/devel/gperf/Makefile

26 lines
542 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 23:30:15 +02:00
PORTNAME= gperf
2003-12-29 07:26:18 +01:00
PORTVERSION= 3.0.1
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
GNU_CONFIGURE= yes
MAN1= gperf.1
2004-04-07 22:19:50 +02:00
INFO= gperf
2003-12-29 07:26:18 +01:00
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
post-install:
install-info ${PREFIX}/info/gperf.info ${PREFIX}/info/dir
.include <bsd.port.mk>