summaryrefslogtreecommitdiffstats
path: root/www/rest/Makefile
blob: 75db10a70990df6186f8f293a101f510f30e0858 (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   rest
PORTVERSION=    0.7.12
CATEGORIES= www
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    "RESTful" state website access web services

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
        ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS=    soup-gnome-2.4:${PORTSDIR}/devel/libsoup-gnome
RUN_DEPENDS=    ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss

USES=       pathfix
USE_GNOME=  glib20 intlhack libxml2
USE_XZ=     yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
USE_LDCONFIG=   yes

.include <bsd.port.mk>