diff options
Diffstat (limited to 'devel/libgee/Makefile')
-rw-r--r-- | devel/libgee/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile new file mode 100644 index 000000000..96a105736 --- /dev/null +++ b/devel/libgee/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: libgee +# Date created: 2010-03-14 +# Whom: Frank Steinborn <steinex@nognu.de> +# +# $FreeBSD: ports/devel/libgee/Makefile,v 1.1 2010/03/14 20:22:26 miwi Exp $ +# + +PORTNAME= libgee +PORTVERSION= 0.5.2 +CATEGORIES= devel +MASTER_SITES= GNOME/sources/${PORTNAME}/0.5/ + +MAINTAINER= steinex@nognu.de +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> |