aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 09:27:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 09:27:09 +0000
commitf76f391f1e2c8b129fd546f25cb6b9fb84d857b3 (patch)
treebb66c7d8e4ab01fec285b0e13eef24b78c9cc451 /graphics
parentd95f23e85f65461a54574e822a3a5f4fe343177b (diff)
downloadports-f76f391f1e2c8b129fd546f25cb6b9fb84d857b3.tar.gz
ports-f76f391f1e2c8b129fd546f25cb6b9fb84d857b3.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gnomecanvas/Makefile30
-rw-r--r--graphics/gnomecanvas/pkg-descr6
-rw-r--r--graphics/gnomecanvas/pkg-plist5
4 files changed, 0 insertions, 42 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index f67a6978ddd2..543d06ed4a34 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -290,7 +290,6 @@
SUBDIR += gmt
SUBDIR += gnash
SUBDIR += gnofract4d
- SUBDIR += gnomecanvas
SUBDIR += gnustep-slideshow
SUBDIR += gnustep-slideshowkit
SUBDIR += gocr
diff --git a/graphics/gnomecanvas/Makefile b/graphics/gnomecanvas/Makefile
deleted file mode 100644
index 750edfdff0e7..000000000000
--- a/graphics/gnomecanvas/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= gnomecanvas
-PORTREVISION= 1
-CATEGORIES= graphics gnome
-
-COMMENT= A graphics library for GNOME
-
-MASTERDIR= ${.CURDIR}/../gdk-pixbuf
-DESCR= ${.CURDIR}/pkg-descr
-PLIST= ${.CURDIR}/pkg-plist
-
-USE_GNOME= gdkpixbuf gnomelibs
-
-BUILD_CANVAS= yes
-
-NAME= gnomecanvaspixbuf
-
-NO_STAGE= yes
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/${NAME}Conf.sh ${PREFIX}/etc
- cd ${WRKSRC}/gdk-pixbuf/.libs && \
- ${MKDIR} ${PREFIX}/include/gdk-pixbuf-1.0/gdk-pixbuf && \
- ${INSTALL_DATA} ../gnome-canvas-pixbuf.h ${PREFIX}/include/gdk-pixbuf-1.0/gdk-pixbuf && \
- ${INSTALL_DATA} lib${NAME}.a ${PREFIX}/lib && \
- ${INSTALL_PROGRAM} lib${NAME}.so.1 ${PREFIX}/lib && \
- ${LN} -sf lib${NAME}.so.1 ${PREFIX}/lib/lib${NAME}.so
-
-.include "${MASTERDIR}/Makefile"
diff --git a/graphics/gnomecanvas/pkg-descr b/graphics/gnomecanvas/pkg-descr
deleted file mode 100644
index 8900db783bf3..000000000000
--- a/graphics/gnomecanvas/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The GNOMECanvas library provides a number of features:
-
- - Image loading facilities.
- - Rendering of a GdkPixBuf into various formats:
- drawables (windows, pixmaps), GdkRGB buffers.
- - A cache interface
diff --git a/graphics/gnomecanvas/pkg-plist b/graphics/gnomecanvas/pkg-plist
deleted file mode 100644
index 2377078827d3..000000000000
--- a/graphics/gnomecanvas/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-etc/gnomecanvaspixbufConf.sh
-include/gdk-pixbuf-1.0/gdk-pixbuf/gnome-canvas-pixbuf.h
-lib/libgnomecanvaspixbuf.a
-lib/libgnomecanvaspixbuf.so
-lib/libgnomecanvaspixbuf.so.1