opnsense-ports/sysutils/dcfldd/Makefile
Franco Fichtner d35ca004f6 */*: sync with upstream
Taken from: FreeBSD
2024-03-26 10:55:10 +01:00

23 lines
517 B
Makefile

PORTNAME= dcfldd
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.1
PORTREVISION= 1
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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= resurrecting-open-source-projects
PLIST_FILES= bin/dcfldd \
share/man/man1/dcfldd.1.gz
.include <bsd.port.mk>