summaryrefslogtreecommitdiff
path: root/sysutils/dcfldd/Makefile
blob: bd86555c92bba48ebcf93e02aa1e767d05957377 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>