summaryrefslogtreecommitdiffstats
path: root/devel/libgee/Makefile
blob: 4614f9f26de3e65c45c2668d1e023123eeac905a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    libgee
# Date created:             2010-03-14
# Whom:                 Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD: ports/devel/libgee/Makefile,v 1.6 2011/09/14 20:57:13 kwm Exp $
#

PORTNAME=   libgee
PORTVERSION=    0.6.2.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   GNOME

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

BUILD_DEPENDS=  gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_GMAKE=  yes
USE_XZ=     yes
USE_GNOME=  glib20 gnomehier gnomehack
USE_LDCONFIG=   yes

.include <bsd.port.mk>