mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
16 lines
340 B
Makefile
16 lines
340 B
Makefile
PORTNAME= cmph
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
|
|
|
MAINTAINER= jessekempf@gmail.com
|
|
COMMENT= Minimal perfect hashes for C
|
|
WWW= https://cmph.sourceforge.net/
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USES= libtool pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|