opnsense-ports/devel/mph/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

20 lines
413 B
Makefile

# Created by: Chuck Swiger <chuck@pkix.net>
# $FreeBSD$
PORTNAME= mph
PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= SUNSITE/devel/lang/c
MAINTAINER= chuck@pkix.net
COMMENT= Minimal perfect hashing code generator
BIN_FILES= emitc mph mphm
PLIST_FILES= bin/emitc bin/mph bin/mphm
do-install:
.for i in ${BIN_FILES}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin/
.endfor
.include <bsd.port.mk>