summaryrefslogtreecommitdiff
path: root/sysutils/ddpt/Makefile
blob: cd5e693f320b8017bc8ca4f60be2793513174dc7 (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>
# $FreeBSD$

PORTNAME=	ddpt
PORTVERSION=	0.92
CATEGORIES=	sysutils
MASTER_SITES=	http://sg.danny.cz/sg/p/
EXTRACT_SUFX=	.tgz

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

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GMAKE=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

MAN8=		ddpt.8

NO_STAGE=	yes
.include <bsd.port.mk>