1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/sysutils/dcfldd/Makefile
2022-10-30 22:52:34 +09:00

22 lines
452 B
Makefile

PORTNAME= dcfldd
DISTVERSION= 1.8
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Enhanced dd tool with MD5 hashing capability
WWW= https://github.com/resurrecting-open-source-projects/dcfldd
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= resurrecting-open-source-projects
PLIST_FILES= bin/dcfldd \
man/man1/dcfldd.1.gz
.include <bsd.port.mk>