blob: 440ac8afc8c11082cfbb86c4454914c5183de1f9 (
plain) (
tree)
|
|
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= dc3dd
PORTVERSION= 7.1.614
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/7.1.0
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= dd program useful for computer forensics
USE_BZIP2= yes
USES= gettext iconv gmake
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
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
.include <bsd.port.mk>
|