2010-03-14 21:22:26 +01:00
|
|
|
# New ports collection makefile for: libgee
|
|
|
|
# Date created: 2010-03-14
|
|
|
|
# Whom: Frank Steinborn <steinex@nognu.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgee
|
2010-11-20 16:37:08 +01:00
|
|
|
PORTVERSION= 0.6.0
|
2010-03-14 21:22:26 +01:00
|
|
|
CATEGORIES= devel
|
2010-11-20 16:37:08 +01:00
|
|
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:R}/
|
2010-03-14 21:22:26 +01:00
|
|
|
|
2010-09-02 23:23:22 +02:00
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
2010-03-14 21:22:26 +01:00
|
|
|
COMMENT= GObject collection library
|
|
|
|
|
2010-11-20 16:37:08 +01:00
|
|
|
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
|
|
|
|
2010-03-14 21:22:26 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-11-20 16:37:08 +01:00
|
|
|
CONFIGURE_ARGS= --enable-introspection=yes
|
|
|
|
USE_BZIP2= yes
|
2010-03-14 21:22:26 +01:00
|
|
|
USE_GNOME= glib20 gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|