1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/gupnp-dlna/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
682 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gupnp-dlna
PORTVERSION= 0.10.3
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= Helpers for DLNA-related tasks using GUPnP
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:lang/vala \
gupnp>=0.19.0:net/gupnp
LIB_DEPENDS= libgupnp-1.0.so:net/gupnp
RUN_DEPENDS= gupnp>=0.19.0:net/gupnp
CONFIGURE_ARGS= --enable-introspection \
--enable-gstreamer-metadata-backend
USES= gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2
USE_GSTREAMER1= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>