diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:13:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-05 17:29:50 +0000 |
commit | 65064bce8cdb188ce28b62cfa1eb81802f12bd88 (patch) | |
tree | 5a73218f368971a1481f3b05adf86b7acfcc07f9 /net | |
parent | 00b9b836532ef54ffba2f5e0b9df5818a1e2936f (diff) | |
download | ports-65064bce8cdb188ce28b62cfa1eb81802f12bd88.tar.gz ports-65064bce8cdb188ce28b62cfa1eb81802f12bd88.zip |
net/gupnp14: Build and install static library
- Bump PORTREVISION for package change
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp14/Makefile | 3 | ||||
-rw-r--r-- | net/gupnp14/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/gupnp14/Makefile b/net/gupnp14/Makefile index 32e2ba3600c7..f647665caf26 100644 --- a/net/gupnp14/Makefile +++ b/net/gupnp14/Makefile @@ -1,5 +1,6 @@ PORTNAME= gupnp PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME PKGNAMESUFFIX= 14 @@ -22,7 +23,7 @@ LIB_DEPENDS= libgssdp-1.2.so:net/gssdp14 \ USES= compiler:c11 cpe gnome meson pkgconfig python:run shebangfix tar:xz USE_GNOME= glib20 introspection:build libxml2 -MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true +MESON_ARGS= --default-library=both -Dexamples=false -Dgtk_doc=false -Dintrospection=true USE_CSTD= c11 USE_LDCONFIG= yes diff --git a/net/gupnp14/pkg-plist b/net/gupnp14/pkg-plist index d436e9ad8ace..52e7295e950a 100644 --- a/net/gupnp14/pkg-plist +++ b/net/gupnp14/pkg-plist @@ -21,6 +21,7 @@ include/gupnp-1.2/libgupnp/gupnp-white-list.h include/gupnp-1.2/libgupnp/gupnp-xml-doc.h include/gupnp-1.2/libgupnp/gupnp.h lib/girepository-1.0/GUPnP-1.2.typelib +lib/libgupnp-1.2.a lib/libgupnp-1.2.so lib/libgupnp-1.2.so.1 lib/libgupnp-1.2.so.1.104.4 |