1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/cmph/Makefile
Dmitry Sivachenko 34c35a66c8 Update to version 2.0.
Maintainer timeout.
2013-02-28 10:53:04 +00:00

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