summaryrefslogtreecommitdiff
path: root/devel/autogen/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-03-01 02:26:13 +0000
committerminskim <minskim>2004-03-01 02:26:13 +0000
commit1112715e3647bc979b9f9bda7334a5c07195fdc0 (patch)
treeec62f279f3a8665daf402db783bb9da13d4da943 /devel/autogen/Makefile
parent5783356ac84f72e092e8f849cd7512d64cb5b65f (diff)
downloadpkgsrc-1112715e3647bc979b9f9bda7334a5c07195fdc0.tar.gz
Update autogen to 5.6.0 and bl3ify.
Changes since 5.5.3: * AutoFSM was enhanced with the notion of a "noop" transition handling * fmemopen() is now used (when possible) for anonymous output (diversions) * The Guile function (chdir "...") is now wrapped so AutoGen can adapt * the definitions parser now uses a FSM parser instead of YACC * AutoOpt-ed programs can now have internationalized usage text * Templates have been added for using getopt(3) or getopt_long(3GNU) to parse options (in lieu of libopts). * better docs on partitioned ini (rc) files
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r--devel/autogen/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index ad7dce8a8bd..e96a261724a 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.13 2004/02/14 17:21:36 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/03/01 02:26:13 minskim Exp $
-DISTNAME= autogen-5.5.3
-PKGREVISION= 5
+DISTNAME= autogen-5.6.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autogen/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= kristerw@NetBSD.org
HOMEPAGE= http://autogen.sourceforge.net/
COMMENT= The Automated Program Generator
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_MAKEINFO= YES
INFO_FILES= autogen.info
-.include "../../lang/guile14/buildlink2.mk"
-.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../lang/guile/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"