mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# New ports collection makefile for: dcfldd
|
|
# Date created: 09 January 2005
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dcfldd
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= An enhanced dd tool with MD5 hashing capability
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= dcfldd.1
|
|
|
|
.include <bsd.port.mk>
|