blob: 48e85d450d0482545b590408868cc153cd81bd33 (
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
|
PORTNAME= gupnp-dlna
PORTVERSION= 0.10.3
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Helpers for DLNA-related tasks using GUPnP
WWW= https://wiki.gnome.org/Projects/GUPnP
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gupnp14>=0.19.0:net/gupnp14
LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14
RUN_DEPENDS= gupnp14>=0.19.0:net/gupnp14
CONFIGURE_ARGS= --enable-introspection \
--enable-gstreamer-metadata-backend
USES= gmake gnome gstreamer libtool pathfix pkgconfig tar:xz vala:build
USE_GNOME= glib20 introspection:build libxml2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|