freebsd-ports/devel/libgee/Makefile
Martin Wilke d3b836c4c8 Libgee is a collection library providing GObject-based
interfaces and classes for commonly used data structures.

WWW: http://live.gnome.org/Libgee

Submitted by:	Frank Steinborn <steinex at nognu.de>
2010-03-14 20:22:26 +00:00

20 lines
393 B
Makefile

# New ports collection makefile for: libgee
# Date created: 2010-03-14
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#
PORTNAME= libgee
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= GNOME/sources/${PORTNAME}/0.5/
MAINTAINER= steinex@nognu.de
COMMENT= GObject collection library
GNU_CONFIGURE= yes
USE_GNOME= glib20 gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>