blob: add2345cd3df1f53a1bf7b198dc54acf723ba5ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libcfu
DISTVERSION= 0.04a
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= crees@FreeBSD.org
COMMENT= Simple library of tools for developing multithreaded software
WWW= https://libcfu.sourceforge.net/
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>
|