2013-03-08 11:51:34 +01:00
|
|
|
# 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
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= GNOME
|
2013-10-05 13:40:08 +02:00
|
|
|
PKGNAMESUFFIX= 06
|
2013-03-08 11:51:34 +01:00
|
|
|
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
|
|
COMMENT= GObject collection library
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
|
|
|
USE_XZ= yes
|
2013-10-05 13:40:08 +02:00
|
|
|
USE_GNOME= glib20 gnomehier introspection:build
|
|
|
|
USES= gmake pathfix pkgconfig
|
2013-03-08 11:51:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|