# $FreeBSD: tags/RELEASE_10_0_0/devel/libcfu/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	libcfu
DISTVERSION=	0.04a
CATEGORIES=	devel
MASTER_SITES=	GH

MAINTAINER=	crees@FreeBSD.org
COMMENT=	Simple library of tools for developing multithreaded software

LICENSE=	BSD

USE_GITHUB=	yes
GH_ACCOUNT=	crees
GH_COMMIT=	947dba4
GH_TAGNAME=	947dba4

USES=		pkgconfig pathfix
PATHFIX_MAKEFILEIN=	Makefile.am

USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtool libtoolize
AUTOMAKE_ARGS=	--add-missing
ACLOCAL_ARGS=	-I ${LIBTOOL_M4:C,[^/]*$,,}
INFO=		${PORTNAME}

# XXX: work around an issue with automake-1.13 erroring out on a
#      non-existent m4 directory before libtoolize creates it
NO_STAGE=	yes
pre-configure::
	@${MKDIR} ${WRKSRC}/m4

.include <bsd.port.mk>
