freebsd-ports/devel/libcfu/Makefile
Mathieu Arnold a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00

23 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= libcfu
DISTVERSION= 0.04a
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= crees@FreeBSD.org
COMMENT= Simple library of tools for developing multithreaded software
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= crees
GH_TAGNAME= 947dba4
USES= autoreconf makeinfo pkgconfig pathfix libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
INFO= ${PORTNAME}
.include <bsd.port.mk>