aboutsummaryrefslogtreecommitdiff
path: root/graphics/recoverjpeg/Makefile
blob: 0baf8dc71d4afe06ce53ae915bd1a213b437783b (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
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=	recoverjpeg
PORTVERSION=	2.6.1
DISTVERSIONPREFIX=	v
CATEGORIES=	graphics

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral

LICENSE=	GPLv2

BUILD_DEPENDS=	${LOCALBASE}/bin/pandoc:textproc/hs-pandoc
RUN_DEPENDS=	exif:graphics/exif \
		identify:graphics/ImageMagick

USES=		autoreconf python shebangfix
GNU_CONFIGURE=	yes

SHEBANG_FILES=	scripts/remove-duplicates

USE_GITHUB=	yes
GH_ACCOUNT=	samueltardieu

.include <bsd.port.mk>