pkgsrc/devel/cook/Makefile
wiz ad8ff3b002 Update to 2.22.
* A small problem with fingerprints has been fixed.
* A tutorial has been contributed.
* You can now have international characters in comments.
* A C++ cookbook has been added.
* A test failure on Cygwin has been fixed.
* The [read] and [read_lines] builtin functions have been
  added.  See the Reference Manual for more information.
2003-03-04 17:36:16 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/03/04 17:36:16 wiz Exp $
DISTNAME= cook-2.22
CATEGORIES= devel
MASTER_SITES= http://www.canb.auug.org.au/~millerp/cook/
MAINTAINER= groo@netbsd.org
HOMEPAGE= http://www.canb.auug.org.au/~millerp/cook/cook.html
COMMENT= More powerful replacement for the traditional make(1) tool
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"