summaryrefslogtreecommitdiffstats
path: root/devel/libgee/Makefile
blob: 22fe156456a0374cc3c5aa2a78c8d15a196b185a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
#    $MCom: ports/trunk/devel/libgee/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   libgee
PORTVERSION=    0.8.6
CATEGORIES= devel
MASTER_SITES=   GNOME

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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_XZ=     yes
USES=       gmake pathfix pkgconfig
USE_GNOME=  glib20 gnomehier introspection:build
USE_LDCONFIG=   yes

.include <bsd.port.mk>