pkgsrc/net/libupnp/Makefile

31 lines
657 B
Makefile
Raw Normal View History

2015-03-15 18:09:00 +01:00
# $NetBSD: Makefile,v 1.23 2015/03/15 17:09:00 hiramatsu Exp $
#
2013-11-21 09:07:55 +01:00
DISTNAME= libupnp-1.6.19
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
EXTRACT_SUFX= .tar.bz2
2015-03-15 18:09:00 +01:00
MAINTAINER= pkgsrc-users@NetBSD.org
2006-10-13 03:36:07 +02:00
HOMEPAGE= http://pupnp.sourceforge.net/
COMMENT= Portable Universal Plug and Play (UPnP) SDK
2009-08-08 09:35:54 +02:00
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
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
.include "options.mk"
2008-02-04 22:52:16 +01:00
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"