e15292e959
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
21 lines
543 B
Makefile
21 lines
543 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/03/01 02:26:13 minskim Exp $
|
|
|
|
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_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= autogen.info
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|