mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Raphael Kubo da Costa](/assets/img/avatar_default.png)
Version 2.0 is located one directory up. PR: ports/178460 Submitted by: John Marino <draco@marino.st> (maintainer)
22 lines
398 B
Makefile
22 lines
398 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}
|
|
|
|
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>
|