mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7aae71ff08
- Update to 1.7. Reported by: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
26 lines
468 B
Makefile
26 lines
468 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dcfldd
|
|
DISTVERSION= 1.7
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Enhanced dd tool with MD5 hashing capability
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= resurrecting-open-source-projects
|
|
GH_PROJECT= dcfldd
|
|
GH_TAGNAME= v1.7
|
|
|
|
GNU_CONFIGURE=yes
|
|
|
|
PLIST_FILES= bin/dcfldd \
|
|
man/man1/dcfldd.1.gz
|
|
|
|
.include <bsd.port.mk>
|