1.0.2 ===== - Small documentation fixes - Fix deprecation warning with GTK+-3.22 All contributors to this release: - Jens Georg <mail@jensge.org> 1.0.1 ===== - Fix some compiler/c89 issues with recent mingw - Use proper ssize_t modifier in printf - Make documentation point to itself by declaring it stable - Use correct FSF address in documentation text All contributors to this release: - Jens Georg <mail@jensge.org>
24 lines
686 B
Makefile
24 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.66 2017/10/02 15:44:10 wiz Exp $
|
|
|
|
DISTNAME= gssdp-1.0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/1.0/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gupnp.org/
|
|
COMMENT= Simple Service Discovery Protocol library and device sniffer
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= gssdp-1.0.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|