21 lines
392 B
Makefile
21 lines
392 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= kwm@FreeBSD.org
|
|
COMMENT= GObject collection library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= glib20 gnomehack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|