diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-18 00:55:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-18 00:55:18 +0800 |
commit | 3e42f71127c1dd30339c8dc6a0d6373db4ce2874 (patch) | |
tree | 23142c39dccb057b3bc731ab6f1ea75464d03635 /graphics/cairo/Makefile | |
parent | 41658ef327064067dec9ac88a70424493e202f5b (diff) | |
download | marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar.gz marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar.bz2 marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar.lz marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar.xz marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.tar.zst marcuscom-ports-3e42f71127c1dd30339c8dc6a0d6373db4ce2874.zip |
These ports have been moved to ports-stable. For the ports module users, be
sure to run 'mergemaster -U'. After that, checkout ports-stable first then
ports second.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11072 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairo/Makefile')
-rw-r--r-- | graphics/cairo/Makefile | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index 3e20bb213..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.77 2008/04/21 00:00:31 marcus Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.6.4 -PORTREVISION?= 2 -PORTEPOCH?= 1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ -#MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman - -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --enable-pdf \ - --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack referencehack -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xrender -PLIST_SUB+= X11="" -.endif - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/test/Makefile.in - @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/*.pc.in - @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ - s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> - -.endif |