mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
19 lines
372 B
Makefile
19 lines
372 B
Makefile
# Created by: Romain Tartiere <romain@blogreen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mmrecover
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://romain.blogreen.org/distfiles/
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Recover lost JPEG images from device dumps
|
|
|
|
BROKEN= unfetchable
|
|
|
|
USES= uidfix
|
|
|
|
PLIST_FILES= bin/mmrecover man/man1/mmrecover.1.gz
|
|
|
|
.include <bsd.port.mk>
|