f2e08268fb
Changes since 5.5.2 include: * AutoOpts' usage procedure has been enhanced to produce either AutoOpts standard usage or usage that looks more like current GNU practices. The latter provides less information and help. * I32LPx behavior has improved. Don't think I can call it "industrial strength" just yet, tho.
19 lines
507 B
Makefile
19 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/03/19 18:50:51 kristerw Exp $
|
|
|
|
DISTNAME= autogen-5.5.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autogen/}
|
|
|
|
MAINTAINER= kristerw@netbsd.org
|
|
HOMEPAGE= http://autogen.sourceforge.net/
|
|
COMMENT= The Automated Program Generator
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../lang/guile14/buildlink2.mk"
|
|
.include "../../textproc/libxml2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|