pkgsrc/devel/generate/Makefile
darcy 50d1adf2cb Update generate and py-generate to version 2.1.
Changes are minor.  The code has a few cleanups, the buffer sizes have been
increased (next version they will be dynamic) and the Python support has
been improved.  The biggest change is the addition of the man page as
a Python docstring.
2004-11-09 21:32:59 +00:00

18 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/11/09 21:32:59 darcy Exp $
#
DISTNAME= generate-2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
EXTRACT_SUFX= .tgz
MAINTAINER= darcy@NetBSD.org
HOMEPAGE= http://www.druid.net/darcy/readme-generate.html
COMMENT= Simple text pre-processor
MAKE_ENV+= MANDIR=${LOCALBASE}/man
MAKE_ENV+= BINDIR=${LOCALBASE}/bin
USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"