summaryrefslogtreecommitdiffstats
path: root/devel/json-glib/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-13 10:19:43 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-13 10:19:43 +0800
commiteda55845e49f49c1250561cb33c998dfcffe8038 (patch)
tree1aded5c73d6540d3530384009279d0e8cd17659f /devel/json-glib/Makefile
parent4b823de5388bfe7522bcfacfeea6d5be3d78b423 (diff)
downloadmarcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar.gz
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar.bz2
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar.lz
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar.xz
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.tar.zst
marcuscom-ports-eda55845e49f49c1250561cb33c998dfcffe8038.zip
Update to 0.12.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15011 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/json-glib/Makefile')
-rw-r--r--devel/json-glib/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
new file mode 100644
index 000000000..af0c4761a
--- /dev/null
+++ b/devel/json-glib/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: json-glib
+# Date created: 25 December 2008
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/devel/json-glib/Makefile,v 1.12 2010/09/25 15:34:43 kwm Exp $
+#
+
+PORTNAME= json-glib
+PORTVERSION= 0.12.2
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= JSON (RFC 4627) interface for Glib
+
+BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GNOME= glib20 gnomehack gnomeprefix ltverhack
+USE_AUTOTOOLS= libtool
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>