19fc53ad52
Feature safe: yes
37 lines
725 B
Makefile
37 lines
725 B
Makefile
# New ports collection makefile for: dc3dd
|
|
# Date created: 15 February 2011
|
|
# Whom: 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= A dd program useful for computer forensics
|
|
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_ICONV= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="${LIBS} -L${LOCALBASE}/lib"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MAN1= dc3dd.1
|
|
|
|
.if defined(WITHOUT_NLS)
|
|
CONFIGURE_ARGS= --disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.else
|
|
PLIST_SUB+= NLS=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|