opnsense-ports/devel/libcfu/Makefile
Franco Fichtner 2d9c45e035 */*: sync with upstream
Taken from: HardenedBSD
2018-11-11 09:28:11 +01:00

23 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= libcfu
DISTVERSION= 0.04a
PORTREVISION= 3
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>