blob: c4397e7950d04b37ff06d683fcb25cfa16fa2cec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.8 2003/07/17 21:29:36 grant Exp $
DISTNAME= autogen-5.5.3
PKGREVISION= 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
USE_NEW_TEXINFO= YES
USE_MAKEINFO= YES
INFO_FILES= autogen.info
.include "../../lang/guile14/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|