summaryrefslogtreecommitdiff
path: root/www/libproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/libproxy/Makefile')
-rw-r--r--www/libproxy/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/libproxy/Makefile b/www/libproxy/Makefile
new file mode 100644
index 00000000000..16a3f38ff51
--- /dev/null
+++ b/www/libproxy/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/04 02:11:07 jmcneill Exp $
+#
+
+DISTNAME= libproxy-0.2.3
+CATEGORIES= www gnome
+MASTER_SITES= http://libproxy.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/libproxy/
+COMMENT= Library that provides automatic proxy configuration management
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+PY_PATCHPLIST= yes
+
+PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
+
+.include "../../mk/bsd.prefs.mk"
+.if (${OPSYS} == "NetBSD")
+BUILDLINK_TRANSFORM+= rm:-ldl
+.endif
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"