mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
34c35a66c8
Maintainer timeout.
22 lines
432 B
Makefile
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>
|