openbsd-ports/sysutils/testdisk/Makefile
landry 4aa6207b63 Import testdisk 6.10, which provides testdisk and photorec :
TestDisk is a powerful free data recovery software! It was primarily
designed to help recover lost partitions and/or make non-booting disks
bootable again when these symptoms are caused by faulty software,
certain types of viruses or human error (such as accidentally deleting a
Partition Table). Partition table recovery using TestDisk is really
easy.
PhotoRec is a file data recovery software designed to recover lost files
including video, documents and archives from Hard Disks and CDRom and
lost pictures (thus, its 'Photo Recovery' name) from digital camera
memory. PhotoRec ignores the filesystem and goes after the underlying
data, so it will still work even if your media's filesystem has been
severely damaged or re-formatted.

with feedback from pea@, thanks!
2009-03-15 20:11:01 +00:00

35 lines
751 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/03/15 20:11:01 landry Exp $
COMMENT = data recovery software
VERSION = 6.10
DISTNAME = testdisk-${VERSION}
CATEGORIES = sysutils
HOMEPAGE = http://www.cgsecurity.org/
MASTER_SITES = ${HOMEPAGE}
EXTRACT_SUFX = .tar.bz2
MAINTAINER = Landry Breuil <gaston@gcu.info>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = converters/libiconv
SUBST_VARS += VERSION
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS = ext2fs,ext2fs_com_err::sysutils/e2fsprogs,-main \
uuid::sysutils/e2fsprogs,-uuid \
jpeg::graphics/jpeg
WANTLIB = c ncurses z
.include <bsd.port.mk>