ac05d64a3c
Upstream changes: 2011-01-28 Joerg Billeter <j@bitron.ch> Release 0.6.1 Fix memory leak in LinkedList.clear Based on patch by Travis Reitter, fixes bug 639254. 2011-01-20 Maciej Piechotka <uzytkownik2@gmail.com> Remove depending on order of iteration in read-only collections' test 2010-11-20 Maciej Piechotka <uzytkownik2@gmail.com> Fix memory leak on freeingi LinkedList If fixes issue described in bug #63522
26 lines
619 B
Makefile
26 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/02/16 21:43:27 gls Exp $
|
|
#
|
|
|
|
DISTNAME= libgee-0.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgee/0.6/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/Libgee
|
|
COMMENT= Library providing GObject-based interfaces and classes
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
BUILD_DEPENDS+= vala-[0-9]*:../../lang/vala
|
|
|
|
PKGCONFIG_OVERRIDE+= gee-1.0.pc.in
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|