aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgee06/Makefile
blob: 17891f6f8434888137713fdf570e13a6a23327ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
#    $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $

PORTNAME=   libgee
PORTVERSION=    0.6.8
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  06

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

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-introspection=yes
INSTALL_TARGET= install-strip
USES=       gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=  glib20 gnomehier introspection:build
USE_LDCONFIG=   yes

.include <bsd.port.mk>