freebsd-ports/devel/libcfu/Makefile
Chris Rees 02111b30a2 Move to new upstream; Matthew Brush is now maintaining libcfu.
Use my github, since I've fixed the clang warnings in it too, so hopefully
Matthew will pull in my changes.
2013-05-25 13:37:08 +00:00

26 lines
518 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}
.include <bsd.port.mk>