diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:29:09 +0800 |
commit | 82b94614ff8c23ba09d8c24bd499e8ed767458d6 (patch) | |
tree | 75c9702cafe41e185281333dedc0cd524245d1bf /graphics/py-cairo/Makefile | |
parent | 3692bdc430e89d56040aa75303a00b86d54cc2a1 (diff) | |
download | marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.gz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.bz2 marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.lz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.xz marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.tar.zst marcuscom-ports-82b94614ff8c23ba09d8c24bd499e8ed767458d6.zip |
- Clean out graphics since everything is in ports now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5022 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-cairo/Makefile')
-rw-r--r-- | graphics/py-cairo/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile deleted file mode 100644 index 74dc2c923..000000000 --- a/graphics/py-cairo/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.14 2005/09/02 03:44:43 marcus Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.0.2 -CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for Cairo - -BUILD_DEPENDS= ${PYNUMERIC} -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo -RUN_DEPENDS= ${PYNUMERIC} - -USE_PYTHON= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --without-pygtk - -.include <bsd.port.pre.mk> - -.if defined(WITHOUT_SVG) && !exists(${LOCALBASE}/lib/libsvg-cairo.a) -PLIST_SUB+= SVG="@comment " -.else -PLIST_SUB+= SVG="" -LIB_DEPENDS+= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo -.endif - -pre-everything:: - @${ECHO_MSG} "Disable SVG support by defining WITHOUT_SVG" - @${ECHO_MSG} - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ - s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ - ${WRKSRC}/Makefile.in -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|-std=c99||' \ - ${WRKSRC}/configure -.endif - -.include <bsd.port.post.mk> |