aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ddpt/Makefile
blob: 2070386f42774113c4e731babb19d94607c88636 (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
# Created by: Xin Li <delphij@FreeBSD.org>

PORTNAME=	ddpt
PORTVERSION=	0.95
CATEGORIES=	sysutils
MASTER_SITES=	http://sg.danny.cz/sg/p/

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	dd tool that specializes in files that are block devices

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gmake tar:tgz
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/ddpt
PLIST_FILES+=	bin/ddptctl
PLIST_FILES+=	man/man8/ddpt.8.gz
PLIST_FILES+=	man/man8/ddptctl.8.gz

.include <bsd.port.mk>