23 lines
616 B
Makefile
23 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.4 2013/04/13 07:55:04 ghen Exp $
|
|
|
|
DISTNAME= dd_rhelp-0.0.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.kalysto.org/pkg/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.kalysto.org/utilities/dd_rhelp/index.en.html
|
|
COMMENT= Rescue hard disk helper
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= bash:run
|
|
|
|
# can't use REPLACE_INTERPRETER because it happens too early
|
|
SUBST_CLASSES+= bash
|
|
SUBST_STAGE.bash= post-build
|
|
SUBST_FILES.bash= dd_rhelp
|
|
SUBST_SED.bash= -e 's,^\#!.*/bash,\#!${TOOLS_PATH.bash},'
|
|
|
|
DEPENDS+= dd_rescue>=1.03:../../sysutils/dd_rescue
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|