summaryrefslogtreecommitdiffstats
path: root/www/libsocialweb/Makefile
blob: 26b59a831f61127d3857b98547bb65da9ed187db (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
26
27
28
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   libsocialweb
PORTVERSION=    0.25.21
CATEGORIES= www gnome
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Personal social data server.

BUILD_DEPENDS=  vapigen:${PORTSDIR}/lang/vala-vapigen
LIB_DEPENDS=    librest-0.7.so:${PORTSDIR}/devel/librest \
        libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gconf2 glib20 gnomehier intlhack introspection:build \
        libxslt:build
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CONFIGURE_ARGS= --enable-vala-bindings
# review if we want all the services enabled, because of not completely
# safe public API security wise?
CONFIGURE_ARGS+=--enable-all-services 
INSTALL_TARGET= install-strip

.include <bsd.port.mk>