freebsd-ports/devel/libcfu/Makefile
Chris Rees cd953da873 Libcfu is a library of tools that may be useful, particularly when
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/
2013-02-22 17:26:02 +00:00

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>