freebsd-ports/devel/libgee/Makefile

25 lines
532 B
Makefile
Raw Normal View History

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