- Use the distributed tarball istead of the GitHub tagged version. This has the benefit that autoreconf is not needed plus we can avoid pulling in textproc/hs-pandoc which was merely required for the creation of the manpage.
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# Created by: Emanuel Haupt <ehaupt@critical.ch>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= recoverjpeg
|
|
PORTVERSION= 2.6.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://rfc1149.net/download/${PORTNAME}/ \
|
|
LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= exif:graphics/exif \
|
|
identify:graphics/ImageMagick
|
|
|
|
USES= python shebangfix
|
|
GNU_CONFIGURE= yes
|
|
|
|
SHEBANG_FILES= scripts/remove-duplicates
|
|
|
|
.include <bsd.port.mk>
|