diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-15 18:25:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-15 18:25:07 +0000 |
commit | ba48e0f310d6ff023170d029b08553b13ab1589b (patch) | |
tree | 4aadc8d3adc53088fd9105edb3332947c42f414f /graphics/py-cairo/Makefile | |
parent | d35c266b0a5822f1a921edaf1be681df85480cf7 (diff) | |
download | pkgsrc-ba48e0f310d6ff023170d029b08553b13ab1589b.tar.gz |
Import py-cairo from pkgsrc-wip. Packaged by Christoph Leuzinger in
PR pkg/33256.
Cairo is a 2D graphics library with support for multiple output
devices. Currently supported output targets include the X Window
System, win32, and image buffers. Experimental backends include OpenGL
(through glitz), Quartz, XCB, PostScript and PDF file output.
This package contains the Python bindings for Cairo.
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r-- | graphics/py-cairo/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile new file mode 100644 index 00000000000..0f371f317ce --- /dev/null +++ b/graphics/py-cairo/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 18:25:07 minskim Exp $ +# + +DISTNAME= pycairo-1.0.2 +PKGNAME= ${PYPKGPREFIX}-cairo-1.0.2 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/releases/ + +MAINTAINER= leuzi@trash.net +HOMEPAGE= http://cairographics.org/pycairo/ +COMMENT= Python bindings for cairo + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} + +PKGCONFIG_OVERRIDE+= pycairo.pc.in +PYTHON_VERSIONS_ACCEPTED= 24 23 +PY_PATCHPLIST= yes + +.include "../../lang/python/extension.mk" +.include "../../math/py-Numeric/buildlink3.mk" +.include "../../graphics/cairo/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |