7410ab52c5
2.2.2: miniupnpcmodule.c: throw an exception in UPnP_discover() Fix usage of IP_MULTICAST_IF with struct ip_mreqn
18 lines
444 B
Makefile
18 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/06/04 18:57:46 adam Exp $
|
|
|
|
DISTNAME= miniupnpc-2.2.2
|
|
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"
|