1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/security/cksfv/Makefile

40 lines
968 B
Makefile
Raw Normal View History

# New ports collection makefile for: cksfv
# Date created: 18 October 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= cksfv
2007-07-13 11:14:45 +00:00
PORTVERSION= 1.3.11
CATEGORIES= security
2006-01-06 13:13:04 +00:00
MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ \
2006-06-01 12:13:54 +00:00
http://critical.ch/distfiles/ \
http://energy.critical.ch/distfiles/
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --manir=${PREFIX}/man --prefix=${PREFIX}
MAN1= cksfv.1
PLIST_FILES= bin/cksfv
PORTDOCS= README ChangeLog
2006-01-06 13:13:04 +00:00
post-patch:
@${REINPLACE_CMD} -e 's|^\(CC\)=|\1?=|' ${WRKSRC}/src/Makefile.in
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>