freebsd-ports/sysutils/ddpt/Makefile
2013-11-14 23:38:59 +00:00

24 lines
443 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= ddpt
PORTVERSION= 0.93
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
PLIST_FILES= bin/ddpt
NO_STAGE= yes
.include <bsd.port.mk>