mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
24 lines
551 B
Makefile
24 lines
551 B
Makefile
# Created by: Frank Steinborn <steinex@nognu.de>
|
|
# $FreeBSD$
|
|
# $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $
|
|
|
|
PORTNAME= libgee
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
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_XZ= yes
|
|
USE_GNOME= glib20 gnomehier gnomehack
|
|
USES= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|