diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index bc4d2c436752..7378db6ffb31 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,26 +1,30 @@ PORTNAME= gupnp-igd PORTVERSION= 1.6.0 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to handle UPnP IGD port mapping -WWW= https://wiki.gnome.org/Projects/GUPnP +WWW= https://gnome.pages.gitlab.gnome.org/gupnp-igd/docs/ \ + https://gitlab.gnome.org/GNOME/gupnp-igd \ + https://github.com/GNOME/gupnp-igd LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gobject-introspection>=0.10:devel/gobject-introspection \ gssdp>=1.6.0:net/gssdp \ gupnp>=1.6.0:net/gupnp LIB_DEPENDS= libgssdp-1.6.so:net/gssdp \ libgupnp-1.6.so:net/gupnp USES= compiler:c11 gnome meson pkgconfig tar:xz USE_GNOME= glib20 introspection:build -MESON_ARGS= --default-library=both -Dgtk_doc=false -Dintrospection=true +MESON_ARGS= --default-library=both \ + -Dgtk_doc=false \ + -Dintrospection=true USE_CSTD= c11 USE_LDCONFIG= yes .include