freebsd-ports/security/cksfv/Makefile
Johann Visagie afc010f63a Updating my email address in my remaining ports.
Prompted by:	vanilla
2001-06-27 10:15:01 +00:00

27 lines
577 B
Makefile

# New ports collection makefile for: cksfv
# Date created: 18 October 2000
# Whom: Johann Visagie <johann@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= cksfv
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://www.fodder.org/cksfv/
MAINTAINER= wjv@FreeBSD.org
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_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/cksfv
.endif
.include <bsd.port.mk>