aboutsummaryrefslogtreecommitdiff
path: root/devel/json-c/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2006-06-24 10:04:04 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2006-06-24 10:04:04 +0000
commit0c9f5c2ff9f9962c4764216df4a70835009d6606 (patch)
tree7c376204ab53eafd8b8fd0503834911c83e9fb80 /devel/json-c/Makefile
parent9582a037cb1c1b9d1065763e64cc28f255a82e75 (diff)
downloadports-0c9f5c2ff9f9962c4764216df4a70835009d6606.tar.gz
ports-0c9f5c2ff9f9962c4764216df4a70835009d6606.zip
Notes
Diffstat (limited to 'devel/json-c/Makefile')
-rw-r--r--devel/json-c/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile
new file mode 100644
index 000000000000..2f0340e9d2c4
--- /dev/null
+++ b/devel/json-c/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: json-c
+# Date created: June 23 2006
+# Whom: gno@yahoo-inc.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= json-c
+PORTVERSION= 0.6
+CATEGORIES= devel
+MASTER_SITES= http://oss.metaparadigm.com/json-c/
+
+MAINTAINER= gno@yahoo-inc.com
+COMMENT= A JSON (Javascript Object Notation) implementation in C
+
+INSTALLS_SHLIB= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnometarget
+#USE_AUTOTOOLS= automake:14
+
+.include <bsd.port.mk>