1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/security/wipe/Makefile

37 lines
664 B
Makefile

# Created by: Edson Brandi <ebrandi@fugspbr.org>
# $FreeBSD$
PORTNAME= wipe
PORTVERSION= 2.3.1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= pclin@FreeBSD.org
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
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|@CFLAGS@|${CFLAGS}|' ${WRKSRC}/Makefile.in
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
for i in ${PORTDOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
done
.endif
.include <bsd.port.mk>