summaryrefslogtreecommitdiffstats
path: root/www/libsocialweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libsocialweb/Makefile')
-rw-r--r--www/libsocialweb/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/libsocialweb/Makefile b/www/libsocialweb/Makefile
new file mode 100644
index 000000000..a43f28153
--- /dev/null
+++ b/www/libsocialweb/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: libsocialweb
+# Date Created: 19 Feb 2011
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libsocialweb
+PORTVERSION= 0.25.16
+CATEGORIES= www gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= A personal social data server.
+
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
+LIB_DEPENDS= rest-0.7.0:${PORTSDIR}/www/rest \
+ json-glib-1.0.0:${PORTSDIR}/devel/json-glib
+
+USE_GNOME= gnomehack glib20 intlhack
+USE_BZIP2= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
+CONFIGURE_ARGS= --enable-all-services
+
+.include <bsd.port.mk>