summaryrefslogtreecommitdiffstats
path: root/devel/json-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/json-glib/Makefile')
-rw-r--r--devel/json-glib/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
deleted file mode 100644
index 01932a2c7..000000000
--- a/devel/json-glib/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.4 2009/09/22 20:49:02 kwm Exp $
-#
-
-PORTNAME= json-glib
-PORTVERSION= 0.8.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:22
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>