freebsd-ports/devel/libcfu/Makefile
Ade Lovett b3b33257e5 - Update devel/automake to 1.14
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
  based on work from tijl@

PR:		178883
Submitted by:	ade
Sponsored by:	Wadsworth 6X
2013-07-16 05:42:36 +00:00

31 lines
686 B
Makefile

# $FreeBSD$
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
pre-configure::
@${MKDIR} ${WRKSRC}/m4
.include <bsd.port.mk>