2000-10-28 14:44:15 +02:00
|
|
|
# New ports collection makefile for: cksfv
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: Johann Visagie <johann@egenetics.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cksfv
|
2001-07-06 11:52:36 +02:00
|
|
|
PORTVERSION= 1.3
|
2000-10-28 14:44:15 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.fodder.org/cksfv/
|
|
|
|
|
2001-06-27 12:15:01 +02:00
|
|
|
MAINTAINER= wjv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
|
2000-10-28 14:44:15 +02:00
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
|
|
USE_GMAKE= yes
|
2001-01-03 11:20:37 +01:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
MAKE_ENV+= VERSION=${PORTVERSION}
|
2000-10-28 14:44:15 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/cksfv
|
2001-07-06 11:52:36 +02:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
|
2000-10-28 14:44:15 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|