diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-03-04 02:11:07 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-03-04 02:11:07 +0000 |
commit | 6d85a75ca51fbf5c43c1d3b7b00aa59f0ba02d0f (patch) | |
tree | adb84243e48934cbe74140805d86b59df88a919f /www/libproxy/Makefile | |
parent | a3c49f791bed0b10da3bb2aa035cb8266c6dba5e (diff) | |
download | pkgsrc-6d85a75ca51fbf5c43c1d3b7b00aa59f0ba02d0f.tar.gz |
Import libproxy version 0.2.3.
libproxy is a library that provides automatic proxy configuration management.
libproxy offers the following features:
* extremely small core footprint (< 35K)
* no external dependencies within libproxy core (libproxy plugins may
have dependencies)
* only 3 functions in the stable external API
* dynamic adjustment to changing network topology
* a standard way of dealing with proxy settings across all scenarios
* a sublime sense of joy and accomplishment
Diffstat (limited to 'www/libproxy/Makefile')
-rw-r--r-- | www/libproxy/Makefile | 28 |
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" |