pkgsrc/devel/patchutils/Makefile
rillig 4082ef02a3 Updated patchutils to 0.2.31.
Changes:
- Several small bug fixes.
2006-06-17 20:57:55 +00:00

25 lines
685 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/06/17 20:57:55 rillig Exp $
#
DISTNAME= patchutils-0.2.31
CATEGORIES= devel
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://cyberelk.net/tim/patchutils/index.html
COMMENT= Some programs for manipulating patch files
DEPENDS+= patch-[0-9]*:../../devel/patch
USE_PKGLOCALEDIR= yes
USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${PREFIX}/bin/bash
REPLACE_FILES.bash= editdiff.in espdiff.in
.include "../../mk/bsd.pkg.mk"