summaryrefslogtreecommitdiff
path: root/www/libproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libproxy/Makefile')
-rw-r--r--www/libproxy/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
index 644a9493d43..d2ce9ade163 100644
--- a/www/libproxy/Makefile
+++ b/www/libproxy/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2011/02/25 09:47:29 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2011/03/11 18:38:12 drochner Exp $
#
-DISTNAME= libproxy-0.3.0
+DISTNAME= libproxy-0.3.1
CATEGORIES= www gnome
MASTER_SITES= http://libproxy.googlecode.com/files/
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/libproxy/
@@ -13,9 +14,11 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-python
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake
PY_PATCHPLIST= yes
+CHECK_PORTABILITY_SKIP= test.d/*
PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
@@ -25,6 +28,9 @@ PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
#BUILDLINK_API_DEPENDS.python26+= python26>=2.6.2nb4
#BUILDLINK_API_DEPENDS.python25+= python25>=2.5.4nb2
+post-extract:
+ ${RM} -rf ${WRKSRC}/test.d/.svn
+
#.include "../../lang/python/extension.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"