freebsd-ports/devel/libgee/Makefile
Koop Mast f6d3e9a8bd Update to 0.6.1.
Make sure we got a recent enough version of gobject-introspection.
2011-02-28 12:01:51 +00:00

25 lines
563 B
Makefile

# New ports collection makefile for: libgee
# Date created: 2010-03-14
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#
PORTNAME= libgee
PORTVERSION= 0.6.1
CATEGORIES= devel
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>