openbsd-ports/sysutils/ddrescue/Makefile
pascal 8ebd80cad7 Update to 1.15; doesn't need groff.
ok ajacoutot@ sthen@ giovanni@
2012-05-14 09:56:13 +00:00

28 lines
532 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.6 2012/05/14 09:56:13 pascal Exp $
COMMENT = data recovery tool
DISTNAME = ddrescue-1.15
CATEGORIES = sysutils
HOMEPAGE = http://www.gnu.org/software/ddrescue/ddrescue.html
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c m stdc++
MASTER_SITES = ${MASTER_SITE_GNU:=ddrescue/}
BUILD_DEPENDS = devel/help2man
CONFIGURE_STYLE = gnu
ALL_TARGET = all doc
INSTALL_TARGET = install install-man
.include <bsd.port.mk>