mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# New ports collection makefile for: cmph
|
|
# Date created: 30 Jul 2010
|
|
# Whom: Jesse Kempf (jessekempf@gmail.com)
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cmph
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jessekempf@gmail.com
|
|
COMMENT= Minimal perfect hashes for C
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= cmph.1
|
|
|
|
.include <bsd.port.mk>
|