2013-06-05 00:18:15 +02:00
|
|
|
# Created by: Xin Li <delphij@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ddpt
|
2014-12-30 21:06:44 +01:00
|
|
|
PORTVERSION= 0.95
|
2013-06-05 00:18:15 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://sg.danny.cz/sg/p/
|
|
|
|
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
2014-07-17 10:57:51 +02:00
|
|
|
COMMENT= dd tool that specializes in files that are block devices
|
2013-06-05 00:18:15 +02:00
|
|
|
|
2014-12-11 01:40:16 +01:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-06-05 00:18:15 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= gmake tar:tgz
|
2013-06-05 00:18:15 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-04-08 01:20:49 +02:00
|
|
|
PLIST_FILES= bin/ddpt
|
|
|
|
PLIST_FILES+= bin/ddptctl
|
|
|
|
PLIST_FILES+= man/man8/ddpt.8.gz
|
|
|
|
PLIST_FILES+= man/man8/ddptctl.8.gz
|
2013-06-05 00:18:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|