pkgsrc/net/libupnp/Makefile
drochner a4c802b42e update to 1.6.18
changes:
-fix multiple buffer overflows (CVE-2012-5958..65)
-more bugfixes, Compilation optimisation
2013-01-29 16:22:47 +00:00

28 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.20 2013/01/29 16:22:47 drochner Exp $
#
DISTNAME= libupnp-1.6.18
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://pupnp.sourceforge.net/
COMMENT= Portable Universal Plug and Play (UPnP) SDK
LICENSE= modified-bsd
USE_LANGUAGES= c
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-documentation
PKGCONFIG_OVERRIDE+= libupnp.pc.in
TEST_TARGET= check
.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"