freebsd-ports/sysutils/ddpt/Makefile
Martin Wilke d46f00a1dc - Stage support
- Convert gmake to USES
2014-02-11 14:17:22 +00:00

23 lines
436 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
USES= gmake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/ddpt \
man/man8/ddpt.8.gz
.include <bsd.port.mk>