1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/sysutils/ddpt/Makefile
Xin LI 36e498dffb The ddpt utility is a variant of the standard Unix command dd which
copies files. The ddpt utility specializes in files that are block
devices. For block devices that understand the SCSI command set,
finer grain control over the copy may be available via a SCSI
pass-through interface.

Website: http://sg.danny.cz/sg/ddpt.html
2013-06-04 22:18:15 +00:00

23 lines
407 B
Makefile

# 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
.include <bsd.port.mk>