67545d1d6e
Changes since 1.3: * Fixed realpath problems when compiling with cygwin * Fixed flaw in Zip extraction * Made indirect block detection a little more stable Patch provided by Lubomir Kundrak in PR 35712.
17 lines
488 B
Makefile
17 lines
488 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/02/22 23:19:16 rillig Exp $
|
|
|
|
DISTNAME= foremost-1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://foremost.sourceforge.net/pkg/
|
|
|
|
MAINTAINER= lkundrak@skosi.org
|
|
HOMEPAGE= http://foremost.sourceforge.net/
|
|
COMMENT= Recover various formats of files using typical data structures
|
|
|
|
EGDIR= ${PREFIX}/share/examples/foremost
|
|
CONF_FILES= ${EGDIR}/foremost.conf ${PKG_SYSCONFDIR}/foremost.conf
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|