# New ports collection makefile for:	libgee
# Date created:				2010-03-14
# Whom:					Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD: ports/devel/libgee/Makefile,v 1.4 2010/11/20 15:36:35 kwm Exp $
#

PORTNAME=	libgee
PORTVERSION=	0.6.0
CATEGORIES=	devel
MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:R}/

MAINTAINER=	kwm@FreeBSD.org
COMMENT=	GObject collection library

BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-introspection=yes
USE_BZIP2=	yes
USE_GNOME=	glib20 gnomehack
USE_LDCONFIG=	yes

.include <bsd.port.mk>
