272d51cc21
major change. Reported by Robert Elz in PR 41345.
24 lines
598 B
Makefile
24 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.28 2009/05/20 00:58:12 wiz Exp $
|
|
|
|
DISTNAME= autogen-5.9.5
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake makeinfo
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
INFO_FILES= yes
|
|
|
|
INSTALLATION_DIRS= include/autoopts
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|