1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/graphics/mmrecover/Makefile
Felippe de Meirelles Motta bf302599f7 mmrecover is a data recovery utility intended to save your girlfriend's life
when she has accidentally deleted all photos of the last holidays of her
parents to Portugal from the family's computer.

By extension, it can recover any contiguous JPEG file from a raw data device
image.

PR:		ports/137831
Submitted by:	Romain Tartiere <romain@blogreen.org>
2009-08-25 01:16:31 +00:00

21 lines
425 B
Makefile

# New ports collection makefile for: mmrecover
# Date created: 2009-08-16
# Whom: Romain Tartiere <romain@blogreen.org>
#
# $FreeBSD$
#
PORTNAME= mmrecover
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= http://romain.blogreen.org/distfiles/
MAINTAINER= romain@blogreen.org
COMMENT= Recover lost JPEG images from device dumps
PLIST_FILES= bin/mmrecover
MAN1= mmrecover.1
MANCOMPRESSED= yes
.include <bsd.port.mk>