28 lines
702 B
Makefile
28 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/08 07:57:31 abs 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 autoreconf autoconf automake
|
|
PY_PATCHPLIST= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libproxy-1.0.pc.in
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf --force
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25 26
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/dlopen.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|