1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/security/cfv/Makefile
Johannes Jost Meixner 5181ac450f security/cfv: Resurrection, stage, assign maintainer
- Resurrection
- Assign maintainer to matthew@reztek.cz
- Stagify

PR:	ports/188584
PR:	ports/188564
Submitted by:	Matthew Rezny
Approved by:	swills (mentor)
2014-04-14 20:14:01 +00:00

22 lines
501 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= cfv
PORTVERSION= 1.18.3
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= matthew@reztek.cz
COMMENT= Utility to both test and create .sfv, .csv, and md5sum files
USE_PYTHON= 2
ALL_TARGET= cfv.wrapper
INSTALL_TARGET= install-wrapper
MAKE_ARGS= PYTHON=${PYTHON_CMD}
post-patch:
@${REINPLACE_CMD} -e "s,%%SITELIBDIR%%,${PYTHON_SITELIBDIR},g" \
-e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>