19 lines
525 B
Makefile
19 lines
525 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/09 15:36:41 lkundrak Exp $
|
|
|
|
DISTNAME= foremost-1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=foremost/}
|
|
|
|
MAINTAINER= lkundrak@skosi.org
|
|
HOMEPAGE= http://foremost.sourceforge.net/
|
|
COMMENT= Recover various formats of files using typical data structures
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
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"
|