summaryrefslogtreecommitdiffstats
path: root/www/libsocialweb/Makefile
blob: 7a68a7eff46ca3b99397b765b0afaa6aae132cdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/trunk/www/libsocialweb/Makefile 18393 2013-04-26 21:23:07Z kwm $

PORTNAME=   libsocialweb
PORTVERSION=    0.25.20
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:${PORTSDIR}/www/rest \
        json-glib-1.0:${PORTSDIR}/devel/json-glib

USE_GNOME=  glib20 intlhack gconf2 introspection:build
USE_XZ=     yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USES=       gettext pathfix
CONFIGURE_ARGS= --enable-all-services

.include <bsd.port.mk>