openbsd-ports/devel/autogen/Makefile
espie 061815ac17 autogen is one of those critters used within gcc, to build
the fixincludes machinery.

Works on OpenBSD, some regression tests fail because of difference in
our shell and sed behavior...
2005-03-12 22:13:27 +00:00

27 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/03/12 22:13:27 espie Exp $
COMMENT='automatic text creation from templates'
CATEGORIES=devel
DISTNAME= autogen-5.6.5
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=autogen/}
# GPL
PERMIT_PACKAGE_FTP=Yes
PERMIT_PACKAGE_CDROM=Yes
PERMIT_DISTFILES_FTP=Yes
PERMIT_DISTFILES_CDROM=Yes
WANTLIB= iconv c m z
LIB_DEPENDS= guile::lang/guile \
xml2::textproc/libxml
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --without-libregex \
${ENABLE_SHARED}
MAKE_FLAGS+= INFO_DEPS=
FAKE_FLAGS+= INFO_DEPS= \
DESTDIR=${WRKINST}
USE_LIBTOOL= Yes
.include <bsd.port.mk>