fe870baefe
- update patches
25 lines
452 B
Makefile
Executable File
25 lines
452 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.8 2013/03/17 22:00:42 benoit Exp $
|
|
|
|
COMMENT = data recovery tool
|
|
|
|
DISTNAME = ddrescue-1.16
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.gnu.org/software/ddrescue/ddrescue.html
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = 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>
|