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
|
|
|
|
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
|
|
COMMENT= GObject collection library
|
|
|
|
|
|
|
|
BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection
|
|
|
|
|
|
|
|
LATEST_LINK= ${PORTNAME}06
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_XZ= yes
|
|
|
|
USE_GNOME= glib20 gnomehier gnomehack
|
2013-04-23 12:13:19 +02:00
|
|
|
USES= pkgconfig
|
2013-03-08 11:51:34 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2013-03-08 11:51:34 +01:00
|
|
|
.include <bsd.port.mk>
|