cd953da873
developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser. WWW: http://libcfu.sourceforge.net/
16 lines
314 B
Makefile
16 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcfu
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Simple library of tools for developing multithreaded software
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|