pkgsrc/devel/autogen/Makefile
wiz e35edd34c3 Update to 5.9.5:
New in 5.9.5 - May 2008

* integer number arguments may now have their values suffixed with
  one of the letters k/K/m/M/g/G/t/T to signify scaling by powers
  of 1000 (lower case) or 1024 (upper case).  Specify, "scaled".

* AutoOpts "arg-type" may now be set to "file".  Existence of the directory
  portion of the name will be checked.  The existence (or not) of the actual
  file may also be checked.  Finally, the file may be pre-opened with either
  "fopen(3C)" or "open(2)".

* The "columns" program now accepts a "--fill" option to cause it to fill
  text instead of filling columns.

* The tests should no longer indirectly reference installed versions of
  the binaries.  They should all work out of the build directories.
2008-05-26 14:50:18 +00:00

22 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.26 2008/05/26 14:50:18 wiz Exp $
DISTNAME= autogen-5.9.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autogen/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://autogen.sourceforge.net/
COMMENT= The Automated Text and Program Generation Tool
USE_TOOLS+= gmake makeinfo
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/autoopts
.include "../../lang/guile/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"