summaryrefslogtreecommitdiff
path: root/net/libupnp/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-04-13 23:38:34 +0000
committerobache <obache@pkgsrc.org>2012-04-13 23:38:34 +0000
commit17a6613d99664ae1b888fd25a125f5fb5bc125bf (patch)
tree79fda6d02e81b4af395d43ecb32a1e15462f7cb7 /net/libupnp/Makefile
parentab7719ac06ab39e2219c7a414c3b01666f402f9e (diff)
downloadpkgsrc-17a6613d99664ae1b888fd25a125f5fb5bc125bf.tar.gz
Update libupnp to 1.6.17.
* IPv6 support (introduce some API/ABI incompatibility). * many bug fixes,
Diffstat (limited to 'net/libupnp/Makefile')
-rw-r--r--net/libupnp/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/net/libupnp/Makefile b/net/libupnp/Makefile
index 685b8257467..53a25cfe7b9 100644
--- a/net/libupnp/Makefile
+++ b/net/libupnp/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2009/08/08 07:35:54 obache Exp $
+# $NetBSD: Makefile,v 1.17 2012/04/13 23:38:34 obache Exp $
#
-DISTNAME= libupnp-1.6.6
-PKGREVISION= 2
+DISTNAME= libupnp-1.6.17
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
EXTRACT_SUFX= .tar.bz2
@@ -12,6 +11,8 @@ HOMEPAGE= http://pupnp.sourceforge.net/
COMMENT= Portable Universal Plug and Play (UPnP) SDK
LICENSE= modified-bsd
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
@@ -21,17 +22,9 @@ CONFIGURE_ARGS+= --with-documentation
PKGCONFIG_OVERRIDE+= libupnp.pc.in
-BUILDLINK_TRANSFORM+= rm:-lcompat
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
TEST_TARGET= check
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/pthread.buildlink3.mk"
-
-.if ${OPSYS} == "NetBSD" && exists(/usr/include/sys/pset.h)
-PTHREAD_LIBS+= -lrt
-.endif
+.include "options.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"