performance and highly flexible algorithms. It can be used as a suppliment to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
18 lines
421 B
Makefile
18 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/06/14 17:28:58 adrianp Exp $
|
|
#
|
|
|
|
DISTNAME= libmowgli-0.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://distfiles.atheme.org/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jfranz@bsdprojects.net
|
|
HOMEPAGE= http://atheme.org/projects/mowgli.shtml
|
|
COMMENT= Development framework for C (like GLib)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libmowgli.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|