Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.6 2013/05/04 13:16:40 dsainty Exp $
#
DISTNAME= testdisk-6.13
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk
COMMENT= Tool to check and undelete partitions
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
.include "../../devel/libuuid/buildlink3.mk"
.endif
# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is
# disabled.
.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"