pkgsrc-wip/patchutils/Makefile
Marc Recht 17bce93b89 update to 0.2.29 and bl3ify
changes
0.2.28 (stable)
	Some format conversion bugs were fixed.
0.2.27 (stable)
	An option was added to lsdiff to treating empty files as absent.
	The filterdiff and interdiff utilities now handle patches containing
	embedded null characters.  The dehtmldiff utility was improved
	slightly.
0.2.26 (stable)
	Some build fixes were made.
0.2.25 (stable)
	A new filterdiff option for displaying patch filenames.  A new
	splitdiff option to make it behave more like diffsplit.  Other
	minor bugfixes.
2004-05-08 09:57:37 +00:00

21 lines
575 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/05/08 09:57:37 marc Exp $
#
DISTNAME= patchutils-0.2.29
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_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch
.include "../../mk/bsd.pkg.mk"