# $MidnightBSD: trunk/devel/autogen/Makefile 18356 2015-03-27 02:28:07Z laffer1 $

PORTNAME=	autogen
PORTVERSION=	5.18.4
CATEGORIES=	devel
MASTER_SITES=	GNU
MASTER_SITE_SUBDIR=	${PORTNAME}/rel${PORTVERSION}
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	The Automated Program Generator

LICENSE=	gpl3

BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
LIB_DEPENDS=	libguile-2.0.so:${PORTSDIR}/lang/guile2

USES=		gmake libtool pathfix perl5 pkgconfig shebangfix tar:xz
USE_PERL5=	build
USE_GNOME=	libxml2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-libguile=yes --with-libxml2=yes \
		--datadir=${PREFIX}/share
USE_LDCONFIG=	yes
SHEBANG_FILES=	autoopts/tpl/*.pl

INFO=	autogen

.include <bsd.port.mk>
