VERSION 2.2.0 : released 2020/11/09 2020/09/24: Check properly for reserved IP addresses 2020/09/23: prevent infinite loop in upnpDiscover() 2020/02/16: Add Haiku support 2019/10/22: testminiwget.sh can use either "ip addr" or "ifconfig -a 2019/10/13: fix UPNP_GetValidIGD() when several devices are found which are reachable from != local address 2019/08/24: Allow Remote Host on upnpc command line fix error 708 description in strupnperror() 2019/04/05: Fix memory leak in upnpreplyparse.c with NewPortListing element 2019/03/10: connecthostport.c: Code simplification, error trace fix 2019/01/23: set timeout for select() in connecthostport() 2018/10/31: miniupnpcmodule.c: check return of WSAStartup() 2018/07/14: Fix and improve MSVC project : Add Dll configurations improve genminiupnpcstrings.vbs 2018/06/18: Fixes for windows 64-bits.
18 lines
443 B
Makefile
18 lines
443 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/11/23 20:15:19 nia Exp $
|
|
|
|
DISTNAME= miniupnpc-2.2.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://miniupnp.free.fr/files/download.php?file=
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://miniupnp.free.fr/
|
|
COMMENT= Client and library for UPnP IGD services
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c99
|
|
|
|
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|