Update security/libpreludedb to version 1.0.1p1_7
[dports.git] / security / fwipe / Makefile
1 # Created by: David Thiel <lx@redundancy.redundancy.org>
2 # $FreeBSD$
3
4 PORTNAME=       fwipe
5 PORTVERSION=    0.36
6 PORTREVISION=   1
7 CATEGORIES=     security
8 MASTER_SITES=   http://www.jeenyus.net/linux/software/fwipe/ \
9                 http://redundancy.redundancy.org/mirror/
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        djb-style file wiping utility
13
14 ALL_TARGET=     it
15 INSTALL_TARGET= setup
16
17 PLIST_FILES=    bin/fwipe bin/fwipe0 bin/echo0 man/man1/fwipe.1.gz \
18                 man/man1/fwipe0.1.gz man/man1/echo0.1.gz 
19
20 post-extract:
21         @${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
22         @${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld
23         @${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
24         @${ECHO_CMD} "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-root
25
26 .include <bsd.port.mk>