pkgsrc/devel/mowgli/Makefile
adrianp fbac7a6ecb mowgli is a development framework for C (like GLib), which provides high
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.
2008-06-14 17:28:58 +00:00

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"