1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/cksfv/Makefile
James E. Housley b121518905 New Port: security/cksfv
Create or manipulate Simple File Verification (SFV) checksum files

PR:		22075
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-10-28 12:44:15 +00:00

27 lines
542 B
Makefile

# New ports collection makefile for: cksfv
# Date created: 18 October 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= cksfv
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://www.fodder.org/cksfv/
MAINTAINER= johann@egenetics.com
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
USE_GMAKE= yes
ALL_TARGET= cksfv
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/cksfv
@ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
.endif
.include <bsd.port.mk>