diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairo/Makefile | 10 | ||||
-rw-r--r-- | graphics/cairo/pkg-plist | 52 |
2 files changed, 8 insertions, 54 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index eb480cda4..7f7c9804a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.36 2006/05/04 19:17:28 ahze Exp $ +# $MCom: ports/graphics/cairo/Makefile,v 1.37 2006/05/06 07:36:08 marcus Exp $ # PORTNAME= cairo @@ -14,6 +14,10 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Vector graphics library with cross-device output support +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig @@ -21,7 +25,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ --enable-pdf \ --enable-ps -USE_GNOME= gnometarget gnomehack ltverhack libxml2 +USE_GNOME= gnometarget gnomehack ltverhack libxml2 referencehack USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes @@ -62,3 +66,5 @@ post-patch: ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> + +.endif diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist index 546fccbcc..cb7adf09c 100644 --- a/graphics/cairo/pkg-plist +++ b/graphics/cairo/pkg-plist @@ -12,56 +12,4 @@ lib/libcairo.la lib/libcairo.so lib/libcairo.so.2 libdata/pkgconfig/cairo.pc -%%DOCSDIR%%/cairo/Drawing.html -%%DOCSDIR%%/cairo/Fonts.html -%%DOCSDIR%%/cairo/Support.html -%%DOCSDIR%%/cairo/Surfaces.html -%%DOCSDIR%%/cairo/bindings-errors.html -%%DOCSDIR%%/cairo/bindings-fonts.html -%%DOCSDIR%%/cairo/bindings-memory.html -%%DOCSDIR%%/cairo/bindings-overloading.html -%%DOCSDIR%%/cairo/bindings-path.html -%%DOCSDIR%%/cairo/bindings-patterns.html -%%DOCSDIR%%/cairo/bindings-return-values.html -%%DOCSDIR%%/cairo/bindings-streams.html -%%DOCSDIR%%/cairo/bindings-surfaces.html -%%DOCSDIR%%/cairo/cairo-BeOS-Surfaces.html -%%DOCSDIR%%/cairo/cairo-Error-handling.html -%%DOCSDIR%%/cairo/cairo-Font-Options.html -%%DOCSDIR%%/cairo/cairo-FreeType-Fonts.html -%%DOCSDIR%%/cairo/cairo-Glitz-Surfaces.html -%%DOCSDIR%%/cairo/cairo-Image-Surfaces.html -%%DOCSDIR%%/cairo/cairo-PDF-Surfaces.html -%%DOCSDIR%%/cairo/cairo-PNG-Support.html -%%DOCSDIR%%/cairo/cairo-Paths.html -%%DOCSDIR%%/cairo/cairo-Patterns.html -%%DOCSDIR%%/cairo/cairo-PostScript-Surfaces.html -%%DOCSDIR%%/cairo/cairo-SVG-Surfaces.html -%%DOCSDIR%%/cairo/cairo-Scaled-Fonts.html -%%DOCSDIR%%/cairo/cairo-Text.html -%%DOCSDIR%%/cairo/cairo-Transformations.html -%%DOCSDIR%%/cairo/cairo-Types.html -%%DOCSDIR%%/cairo/cairo-Version-Information.html -%%DOCSDIR%%/cairo/cairo-Win32-Fonts.html -%%DOCSDIR%%/cairo/cairo-Win32-Surfaces.html -%%DOCSDIR%%/cairo/cairo-XLib-Surfaces.html -%%DOCSDIR%%/cairo/cairo-cairo-font-face-t.html -%%DOCSDIR%%/cairo/cairo-cairo-matrix-t.html -%%DOCSDIR%%/cairo/cairo-cairo-surface-t.html -%%DOCSDIR%%/cairo/cairo-cairo-t.html -%%DOCSDIR%%/cairo/cairo.devhelp -%%DOCSDIR%%/cairo/cairo.devhelp2 -%%DOCSDIR%%/cairo/home.png -%%DOCSDIR%%/cairo/index.html -%%DOCSDIR%%/cairo/index.sgml -%%DOCSDIR%%/cairo/ix01.html -%%DOCSDIR%%/cairo/language-bindings.html -%%DOCSDIR%%/cairo/left.png -%%DOCSDIR%%/cairo/pt01.html -%%DOCSDIR%%/cairo/pt02.html -%%DOCSDIR%%/cairo/right.png -%%DOCSDIR%%/cairo/style.css -%%DOCSDIR%%/cairo/up.png -@dirrm %%DOCSDIR%%/cairo -@dirrm %%DOCSDIR%% @dirrm include/cairo |