24 lines
660 B
Makefile
24 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.24 2007/06/13 16:35:31 dmcmahill Exp $
|
|
|
|
DISTNAME= autogen-5.8.3
|
|
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
|
|
|
|
USE_TOOLS+= gmake makeinfo
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
INFO_FILES= # PLIST
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/autoopts
|
|
|
|
# explicitly checks for guile <= 1.7 in the configure test.
|
|
.include "../../lang/guile16/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|