diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-08 16:47:34 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-08 16:47:34 +0000 |
commit | 57be3799e3a7d1baf4b36a808a89e8be807207fe (patch) | |
tree | 7794658940dce81b00cf5e8efed3939a83fbca60 | |
parent | 6c7388ef0d56c5c7cd2a0d08d2e7f0732381e20e (diff) | |
download | ports-57be3799e3a7d1baf4b36a808a89e8be807207fe.tar.gz ports-57be3799e3a7d1baf4b36a808a89e8be807207fe.zip |
Notes
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gtkcairo/Makefile | 31 | ||||
-rw-r--r-- | graphics/gtkcairo/distinfo | 2 | ||||
-rw-r--r-- | graphics/gtkcairo/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 29 | ||||
-rw-r--r-- | graphics/libsvg-cairo/distinfo | 2 | ||||
-rw-r--r-- | graphics/libsvg-cairo/pkg-descr | 3 |
7 files changed, 71 insertions, 0 deletions
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 <ahze@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 <ahze@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |