mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7f6e7c94bc
- add info pages to the index
25 lines
505 B
Makefile
25 lines
505 B
Makefile
# New ports collection makefile for: gperf
|
|
# Date created: 19.04.1999
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gperf
|
|
PORTVERSION= 2.7.2
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
post-install:
|
|
install-info ${PREFIX}/info/gperf.info ${PREFIX}/info/dir
|
|
|
|
.include <bsd.port.mk>
|