summaryrefslogtreecommitdiff
path: root/sysutils/bulk_extractor/Makefile
blob: a1b3496b0021921a26faad73dee27d44fa9cd9c9 (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
32
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$

PORTNAME=	bulk_extractor
PORTVERSION=	1.2.2
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	http://cloud.github.com/downloads/simsong/bulk_extractor/

MAINTAINER=	nobutaka@FreeBSD.org
COMMENT=	A program that scans a disk image and extracts useful information

LICENSE=	PD
LICENSE_NAME=	public domain
LICENSE_FILE=	${WRKSRC}/COPYING
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS=	afflib:${PORTSDIR}/sysutils/afflib \
		ewf:${PORTSDIR}/devel/libewf \
		exiv2:${PORTSDIR}/graphics/exiv2 \
		expat:${PORTSDIR}/textproc/expat2

USE_AUTOTOOLS=	autoconf
USE_OPENSSL=	yes
USE_PYTHON=	yes

MAN1=		bulk_extractor.1

PLIST_FILES=	bin/bulk_extractor

NO_STAGE=	yes
.include <bsd.port.mk>