summaryrefslogtreecommitdiff
path: root/net/gupnp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-25 08:15:34 +0000
committerwiz <wiz@pkgsrc.org>2015-01-25 08:15:34 +0000
commit246628cb137a7607ee06f80324e28e2fadbb80e6 (patch)
tree86fc0151a2930b37111841ec7d62be232a1a1fcd /net/gupnp
parentfbf03a02d6a6a9ffd16cfe45f31361d26e80c437 (diff)
downloadpkgsrc-246628cb137a7607ee06f80324e28e2fadbb80e6.tar.gz
Add test target and some commented variables for easier debugging.
Diffstat (limited to 'net/gupnp')
-rw-r--r--net/gupnp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile
index 4041e8e8324..22503392dd0 100644
--- a/net/gupnp/Makefile
+++ b/net/gupnp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2015/01/25 07:43:13 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2015/01/25 08:15:34 wiz Exp $
DISTNAME= gupnp-0.20.13
PKGREVISION= 1
@@ -18,6 +18,12 @@ USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= gupnp-1.0.pc.in
REPLACE_PYTHON= tools/gupnp-binding-tool
+TEST_TARGET= check
+#CFLAGS=-O0 -g
+#CONFIGURE_ARGS+= CFLAGS=${CFLAGS:Q}
+#CONFIGURE_ARGS+= --disable-shared
+#CONFIGURE_ARGS+= --enable-static
+
.include "../../mk/bsd.prefs.mk"
.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin"