1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/devel/cmph/Makefile
Baptiste Daroussin 0c7873f544 Support stage
2014-01-20 23:25:01 +00:00

17 lines
301 B
Makefile

# Created by: 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
.include <bsd.port.mk>