freebsd-ports/sysutils/ddpt/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

24 lines
495 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= ddpt
PORTVERSION= 0.94
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= BSD
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>