2013-05-06 11:07:58 +02:00
|
|
|
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
2011-02-15 16:59:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dc3dd
|
2012-03-19 17:21:25 +01:00
|
|
|
PORTVERSION= 7.1.614
|
2011-02-15 16:59:43 +01:00
|
|
|
CATEGORIES= sysutils
|
2012-03-19 17:21:25 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/7.1.0
|
2011-02-15 16:59:43 +01:00
|
|
|
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
|
|
COMMENT= A dd program useful for computer forensics
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-04-27 20:25:24 +02:00
|
|
|
USES= gettext iconv
|
2011-02-15 16:59:43 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2011-02-15 16:59:43 +01:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
MAN1= dc3dd.1
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-06 11:07:58 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
2011-02-15 16:59:43 +01:00
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|