blob: 95e4d78e721fe361df84d65eda7a5089423d55eb (
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
|
# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
# $MCom$
PORTNAME= libgee
PORTVERSION= 0.12.0
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_XZ= yes
USES= gmake libtool pathfix pkgconfig
USE_GNOME= glib20 gnomehier introspection:build
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|