freebsd-ports/devel/cmph/Makefile

22 lines
432 B
Makefile
Raw Normal View History

# 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
USE_GNOME= gnomehack
USE_LDCONFIG= yes
MAN1= cmph.1
.include <bsd.port.mk>