mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
368 B
Makefile
18 lines
368 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/dcfldd \
|
|
man/man1/dcfldd.1.gz
|
|
|
|
.include <bsd.port.mk>
|