aboutsummaryrefslogtreecommitdiff
path: root/devel/gperf/Makefile
blob: 2af7ca04b2c99217dfbae0a0fcb1364121982d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

GNU_CONFIGURE=	yes
MAN1=		gperf.1
INFO=		gperf
CONFIGURE_ARGS+=	--mandir=${PREFIX}/man \
			--infodir=${PREFIX}/${INFO_PATH} \
			--docdir=${DOCSDIR}

.include <bsd.port.mk>