blob: dd6e82daf871236409c0d03863f08a8253cee050 (
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
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= gupnp-av
PORTVERSION= 0.12.7
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helpers for audio/video applications using GUPnP
LICENSE= LGPL20
BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \
gupnp>=0.19.0:${PORTSDIR}/net/gupnp
LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp
RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp
OPTIONS_DEFINE= VALA
OPTIONS_SUB= yes
VALA_DESC= Vala binding (requires net/gssdp and net/gupnp with VALA enabled)
CONFIGURE_ARGS= --enable-introspection=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig tar:xz
PORTDATA= *
VALA_BUILD_DEPENDS= vala>=0.22:${PORTSDIR}/lang/vala
VALA_CONFIGURE_ENV= ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
VALA_CONFIGURE_ENV_OFF= ac_cv_path_VAPIGEN=""
post-patch:
@${REINPLACE_CMD} -e 's|-Wno-unused-parameters||' ${WRKSRC}/tests/Makefile.in
.include <bsd.port.mk>
|