30 lines
657 B
Makefile
30 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.23 2015/03/15 17:09:00 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= libupnp-1.6.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@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
|
|
|
|
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|