1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/bsdsfv/Makefile
2013-10-23 11:39:02 +00:00

31 lines
612 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= bsdsfv
PORTVERSION= 1.18
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Flexible SFV checksum utility
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/bsdsfv
PORTDOCS= MANUAL
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|^\(INSTALL_PREFIX =\).*$$|\1 ${STAGEDIR}${PREFIX}|g' \
${WRKSRC}/Makefile
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>