summaryrefslogtreecommitdiff
path: root/sysutils/foremost/Makefile
blob: 15d1b243e834defb17bb8d63eb5d85f912ad670f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.5 2015/01/18 22:50:42 wiedi Exp $

DISTNAME=	foremost-1.4
PKGREVISION=	1
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

INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1 ${EGDIR}
CPPFLAGS.SunOS+=	-Du_int64_t=uint64_t

.include "../../mk/bsd.pkg.mk"