opnsense-ports/sysutils/dc3dd/Makefile
Franco Fichtner d35ca004f6 */*: sync with upstream
Taken from: FreeBSD
2024-03-26 10:55:10 +01:00

37 lines
894 B
Makefile

PORTNAME= dc3dd
PORTVERSION= 7.3.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= dd program useful for computer forensics
WWW= https://sourceforge.net/projects/dc3dd/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_armv6= fails to compile: bit-field 'verify_error_if_negative_size__' has negative width
BROKEN_armv7= fails to compile: bit-field 'verify_error_if_negative_size__' has negative width
USES= gettext iconv gmake zip
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
pre-configure:
${CHMOD} +x ${WRKSRC}/configure
.include <bsd.port.mk>