diff options
author | stas <stas@FreeBSD.org> | 2009-03-09 16:45:36 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-09 16:45:36 +0800 |
commit | 535a28eed0367bdff3e77c6136e56d60ccd20519 (patch) | |
tree | 027760ac44d50bb2bad28d0d8edb77bf6a9677ab /graphics | |
parent | fbfc617740ebe3ca16dc299b526435823b3c7773 (diff) | |
download | freebsd-ports-gnome-535a28eed0367bdff3e77c6136e56d60ccd20519.tar.gz freebsd-ports-gnome-535a28eed0367bdff3e77c6136e56d60ccd20519.tar.zst freebsd-ports-gnome-535a28eed0367bdff3e77c6136e56d60ccd20519.zip |
- Remove graphics/libgdgeda: is not required anymore.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libgdgeda/Makefile | 31 | ||||
-rw-r--r-- | graphics/libgdgeda/distinfo | 3 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/libgdgeda/pkg-plist | 15 |
5 files changed, 0 insertions, 55 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 65e221fa016f..c714efa624b2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -396,7 +396,6 @@ SUBDIR += libexif-gtk SUBDIR += libflash SUBDIR += libfpx - SUBDIR += libgdgeda SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libggi diff --git a/graphics/libgdgeda/Makefile b/graphics/libgdgeda/Makefile deleted file mode 100644 index 6aee7e6460d0..000000000000 --- a/graphics/libgdgeda/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: libgdgeda -# Date created: 4 April 2001 -# Whom: bruno schwander <bruno@tinkerbox.org> -# -# $FreeBSD$ -# - -PORTNAME= libgdgeda -PORTVERSION= 2.0.15 -CATEGORIES= graphics cad -MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/dist/ \ - http://www.geda.seul.org/devel/support/ \ - http://www.tinkerbox.org/projects/files/gEDA/ - -MAINTAINER= stas@FreeBSD.org -COMMENT= Special version of the gd graphic lib for use by gEDA programs - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -DEPRECATED= is not required anymore -EXPIRATION_DATE= 2009-02-22 - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/graphics/libgdgeda/distinfo b/graphics/libgdgeda/distinfo deleted file mode 100644 index 4c58e36b147a..000000000000 --- a/graphics/libgdgeda/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgdgeda-2.0.15.tar.gz) = d4978ce4e8eb9fa2e7c0d7dba40b3c5b -SHA256 (libgdgeda-2.0.15.tar.gz) = f147329b58037854658716e39e45773000603b9d671b3b18ad027d51b9d15b0f -SIZE (libgdgeda-2.0.15.tar.gz) = 522645 diff --git a/graphics/libgdgeda/pkg-descr b/graphics/libgdgeda/pkg-descr deleted file mode 100644 index 40f3639a7683..000000000000 --- a/graphics/libgdgeda/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libgdgeda is a modified version of the gd graphic library, -with extra changes for use by gschem. -libgdgeda does not conflict with the regular gd library. - -WWW: http://www.geda.seul.org/ diff --git a/graphics/libgdgeda/pkg-plist b/graphics/libgdgeda/pkg-plist deleted file mode 100644 index 2365d657bebe..000000000000 --- a/graphics/libgdgeda/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/libgdgeda-config -include/gdgeda/gd.h -include/gdgeda/gd_io.h -include/gdgeda/gdcache.h -include/gdgeda/gdfontg.h -include/gdgeda/gdfontl.h -include/gdgeda/gdfontmb.h -include/gdgeda/gdfonts.h -include/gdgeda/gdfontt.h -lib/libgdgeda.so.6 -lib/libgdgeda.so -lib/libgdgeda.la -lib/libgdgeda.a -libdata/pkgconfig/libgdgeda.pc -@dirrm include/gdgeda |