blob: 0049a940d73ff0d04dc8600dfb50ea7c1eb0b2c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: cksfv
# Date created: 18 October 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= cksfv
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.fodder.org/cksfv/
MAINTAINER= ports@FreeBSD.org
COMMENT= Create or manipulate Simple File Verification (SFV) checksum files
BUILD_WRKSRC= ${WRKSRC}/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
USE_GMAKE= yes
ALL_TARGET= ${PORTNAME}
MAKE_ENV+= VERSION=${PORTVERSION}
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/cksfv
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
.endif
.include <bsd.port.mk>
|