summaryrefslogtreecommitdiffstats
path: root/www/libsocialweb/Makefile
blob: a43f281538871b8edf38f9f6e09f9d7ba6c79208 (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
# 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>