freebsd-ports/devel/libmowgli2/Makefile
Tim Bishop 0364d2dd20 mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
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.

WWW: http://www.atheme.org/project/mowgli
2014-02-13 10:23:23 +00:00

20 lines
419 B
Makefile

# Created by: tdb
# $FreeBSD$
PORTNAME= libmowgli2
PORTVERSION= 2.0.0
CATEGORIES= devel
MASTER_SITES= http://github.com/atheme/libmowgli-2/archive/
DISTNAME= libmowgli-${DISTVERSION}
MAINTAINER= tdb@FreeBSD.org
COMMENT= Development framework for C
WRKSRC= ${WRKDIR}/libmowgli-2-libmowgli-${DISTVERSION}
USES= gmake pathfix
PATHFIX_MAKEFILEIN= Makefile
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>