freebsd-ports/devel/cmph/Makefile
Dmitry Marakasov 05969f6448 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 13:12:02 +00:00

17 lines
326 B
Makefile

# Created by: Jesse Kempf (jessekempf@gmail.com)
# $FreeBSD$
PORTNAME= cmph
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= jessekempf@gmail.com
COMMENT= Minimal perfect hashes for C
GNU_CONFIGURE= yes
USES= libtool pathfix
USE_LDCONFIG= yes
.include <bsd.port.mk>