freebsd-ports/net/gupnp-av/Makefile
Po-Chuan Hsieh db5110faee
net/gupnp-av: Build and install static library
- Bump PORTREVISION for package change
2023-04-06 01:29:50 +08:00

30 lines
685 B
Makefile

PORTNAME= gupnp-av
PORTVERSION= 0.14.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= GNOME
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Helpers for audio/video applications using GUPnP
WWW= https://wiki.gnome.org/Projects/GUPnP
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= glib>=2.58:devel/glib20 \
gobject-introspection>=1.36:devel/gobject-introspection
USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2
MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true
USE_CSTD= c11
USE_LDCONFIG= yes
OPTIONS_DEFINE= VAPI
OPTIONS_SUB= yes
VAPI_USES= vala:build
VAPI_MESON_TRUE= vapi
.include <bsd.port.mk>