opnsense-ports/sysutils/testdisk/Makefile
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

36 lines
866 B
Makefile

PORTNAME= testdisk
DISTVERSION= 7.2
CATEGORIES= sysutils
MASTER_SITES= http://www.cgsecurity.org/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Tool to check and undelete partitions
WWW= https://www.cgsecurity.org/wiki/TestDisk
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= jpeg localbase:ldflags ncurses tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-qt \
--without-ewf
PORTDOCS= *
OPTIONS_DEFINE= DOCS ICONV NTFS PROGSREISERFS
OPTIONS_DEFAULT= ICONV
NTFS_DESC= Support NTFS via fuse-ntfs extensions
PROGSREISERFS_DESC= Use reiserfs extensions
ICONV_USES= iconv
ICONV_CONFIGURE_OFF= --without-iconv
NTFS_LIB_DEPENDS= libntfs-3g.so:filesystems/ntfs
NTFS_CONFIGURE_OFF= --without-ntfs3g
PROGSREISERFS_LIB_DEPENDS= libreiserfs-0.3.so.0:filesystems/progsreiserfs
PROGSREISERFS_CONFIGURE_OFF= --without-reiserfs
.include <bsd.port.mk>