aboutsummaryrefslogtreecommitdiffstats
path: root/net/gssdp/Makefile
blob: 9012986eb43984db9b5d52cb6d51ce44965c036a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gssdp
PORTVERSION=    0.14.5
CATEGORIES= net
MASTER_SITES=   GNOME

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Framework for UPnP devices

LICENSE=    LGPL20

BUILD_DEPENDS=  gobject-introspection>=0.6.7:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS=    libsoup-2.4.so:${PORTSDIR}/devel/libsoup

OPTIONS_DEFINE= GTK3
OPTIONS_DEFAULT=GTK3

CONFIGURE_ARGS= --enable-introspection=yes
CONFIGURE_ENV=  VAPIGEN=""
GNU_CONFIGURE=  yes
USE_GNOME=  glib20 introspection:build
USE_LDCONFIG=   yes
USE_XZ=     yes
USES=       gmake pathfix pkgconfig

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGTK3}
CONFIGURE_ARGS+=--with-gtk
USE_GNOME+= gtk30
PLIST_SUB=  GTK3=""
.else
CONFIGURE_ARGS+=--without-gtk
PLIST_SUB=  GTK3="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|__OpenBSD__|__FreeBSD__|' ${WRKSRC}/libgssdp/gssdp-socket-functions.c

.include <bsd.port.mk>