diff --git a/graphics/Makefile b/graphics/Makefile index 87edbe75355d..118a63050469 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -156,6 +156,7 @@ SUBDIR += gsculpt SUBDIR += gthumb2 SUBDIR += gtkam + SUBDIR += gtkcairo SUBDIR += gtkdps SUBDIR += gtkfig SUBDIR += gtkgraph diff --git a/graphics/gtkcairo/Makefile b/graphics/gtkcairo/Makefile new file mode 100644 index 000000000000..2c779813ab99 --- /dev/null +++ b/graphics/gtkcairo/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gtkcairo +# Date created: 2004-10-06 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= gtkcairo +PORTVERSION= 0.3 +CATEGORIES= graphics +MASTER_SITES= http://www.cairographics.org/snapshots/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= Gtk+ Bindings to cairo + +LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo + +USE_BZIP2= yes +USE_GNOME= gtk20 gnometarget gnomehack +INSTALLS_SHLIB= yes +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +PLIST_FILES= include/gtkcairo.h \ + lib/libgtkcairo.a \ + lib/libgtkcairo.so \ + lib/libgtkcairo.so.2 \ + libdata/pkgconfig/gtkcairo.pc + +.include diff --git a/graphics/gtkcairo/distinfo b/graphics/gtkcairo/distinfo new file mode 100644 index 000000000000..ba2b1d864da5 --- /dev/null +++ b/graphics/gtkcairo/distinfo @@ -0,0 +1,2 @@ +MD5 (gtkcairo-0.3.tar.bz2) = d5d51cdef855edf7829c1cdf7e7e312f +SIZE (gtkcairo-0.3.tar.bz2) = 208310 diff --git a/graphics/gtkcairo/pkg-descr b/graphics/gtkcairo/pkg-descr new file mode 100644 index 000000000000..939a91550d3c --- /dev/null +++ b/graphics/gtkcairo/pkg-descr @@ -0,0 +1,3 @@ +GTK+ bindings to Cairo + +WWW: http://www.cairographics.org diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile new file mode 100644 index 000000000000..fa929536574c --- /dev/null +++ b/graphics/libsvg-cairo/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libsvg-cairo +# Date created: 2004-10-06 +# Whom: Michael Johnson +# +# $FreeBSD$ +# + +PORTNAME= libsvg-cairo +PORTVERSION= 0.1.4 +CATEGORIES= graphics +MASTER_SITES= http://www.cairographics.org/snapshots/ + +MAINTAINER= ahze@FreeBSD.org +COMMENT= SVG rendering library + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ + svg.1:${PORTSDIR}/graphics/libsvg \ + cairo.1:${PORTSDIR}/graphics/cairo + +USE_LIBTOOL_VER=15 +USE_GNOME= pkgconfig gnometarget gnomehack +INSTALLS_SHLIB= yes +PLIST_FILES= include/svg-cairo.h \ + lib/libsvg-cairo.a \ + lib/libsvg-cairo.so \ + lib/libsvg-cairo.so.1 \ + libdata/pkgconfig/libsvg-cairo.pc + +.include diff --git a/graphics/libsvg-cairo/distinfo b/graphics/libsvg-cairo/distinfo new file mode 100644 index 000000000000..9f130ba85d9a --- /dev/null +++ b/graphics/libsvg-cairo/distinfo @@ -0,0 +1,2 @@ +MD5 (libsvg-cairo-0.1.4.tar.gz) = 98afd1ecb8cf7f573027c006a0df98b2 +SIZE (libsvg-cairo-0.1.4.tar.gz) = 302412 diff --git a/graphics/libsvg-cairo/pkg-descr b/graphics/libsvg-cairo/pkg-descr new file mode 100644 index 000000000000..242c001af152 --- /dev/null +++ b/graphics/libsvg-cairo/pkg-descr @@ -0,0 +1,3 @@ +SVG Rendering library using cairo + +WWW: http://cairographics.org