blob: 8b1297632052b962fb95ff5cbf2ea39234d4bc01 (
plain) (
blame)
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
30
31
|
# Ports collection makefile for: foremost
# Date created: 16 June 2004
# Whom: Yonatan <Yonatan@xpert.com>
#
# $FreeBSD$
#
PORTNAME= foremost
PORTVERSION= 0.69
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yonatan@xpert.com
COMMENT= Console program to recover files based on their headers and footers
USE_GMAKE= yes
ALL_TARGET= openbsd
MAN1= foremost.1
USE_REINPLACE= yes
PLIST_FILES= bin/foremost etc/foremost.conf.sample
post-patch:
@${REINPLACE_CMD} -e 's|PREFIX|${PREFIX}|' ${WRKSRC}/foremost.h
post-install:
@${STRIP_CMD} ${PREFIX}/bin/foremost
@${INSTALL} -Cm 644 ${WRKSRC}/foremost.conf ${PREFIX}/etc/foremost.conf.sample
.include <bsd.port.mk>
|