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
2006-04-04 14:12:46 +02:00
PORTVERSION= 1.3.9
CATEGORIES= security
2006-01-06 14:13:04 +01:00
MASTER_SITES= http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/files/ \
2006-06-01 14:13:54 +02: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= --mandir=${PREFIX}/man --prefix=${PREFIX}
MAN1= cksfv.1
PLIST_FILES= bin/cksfv
PORTDOCS= README ChangeLog
2006-01-06 14:13:04 +01: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>