1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/cmph/Makefile
Eitan Adler 334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
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)
2013-03-19 13:04:30 +00:00

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>