82db339843
libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. libgee provides the following interfaces: * Iterable o Collection + List + Set * Iterator * Map The ArrayList, HashSet, and HashMap classes provide a reasonable sample implementation of the List, Set, and Map interfaces. ReadOnlyCollection, ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that prevent modification of the underlying collection. libgee is written in Vala and can be used like any GObject-based C library. It's planned to provide bindings for further languages. This package contains the 0.8 branch of the library.
14 lines
366 B
Makefile
14 lines
366 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/12/08 23:20:07 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libgee0.8
|
|
|
|
.if !defined(LIBGEE0.8_BUILDLINK3_MK)
|
|
LIBGEE0.8_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgee0.8+= libgee0.8>=0.8.2
|
|
BUILDLINK_PKGSRCDIR.libgee0.8?= ../../devel/libgee0.8
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # LIBGEE0.8_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgee0.8
|