mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
34839ef54f
PR: ports/145936 Submitted by: lme Approved by: maintainer timeout (nobutaka ; 140 days)
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# New ports collection makefile for: dcfldd
|
|
# Date created: 09 January 2005
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dcfldd
|
|
DISTVERSION= 1.3.4-1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= An enhanced dd tool with MD5 hashing capability
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= dcfldd.1
|
|
|
|
PLIST_FILES= bin/dcfldd
|
|
|
|
.include <bsd.port.mk>
|