02111b30a2
Use my github, since I've fixed the clang warnings in it too, so hopefully Matthew will pull in my changes.
26 lines
518 B
Makefile
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>
|