diff options
Diffstat (limited to 'security/wipe/Makefile')
-rw-r--r-- | security/wipe/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/wipe/Makefile b/security/wipe/Makefile index fee6d1a3bc1b..40e97da7d4cc 100644 --- a/security/wipe/Makefile +++ b/security/wipe/Makefile @@ -1,32 +1,32 @@ -# New ports collection makefile for: wipe -# Date created: 04 February 2005 -# Whom: Edson Brandi <ebrandi@fugspbr.org> -# +# Created by: Edson Brandi <ebrandi@fugspbr.org> # $FreeBSD$ -# PORTNAME= wipe -PORTVERSION= 2.3.0 -PORTREVISION= 2 +PORTVERSION= 2.3.1 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= linpc@cs.nctu.edu.tw COMMENT= File and block device wiping utility +LICENSE= GPLv2 + USE_BZIP2= yes GNU_CONFIGURE= yes +PLIST_FILES= bin/wipe + MAN1= wipe.1 PORTDOCS= CHANGES INSTALL LICENSE README TESTING TODO copyright post-patch: @${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in +.include <bsd.port.options.mk> + post-install: - ${INSTALL_MAN} ${WRKSRC}/wipe.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/wipe +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} for i in ${PORTDOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \ done |