diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-19 17:00:26 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-19 17:00:26 +0000 |
commit | 9a03eeb5ac95e65944c951ca37b85ccd410c5c05 (patch) | |
tree | 10d00187d117ca29370ed9f2e1a8186e35951e3e /graphics/gtkfig | |
parent | d0c7691ef95130b49b01c4dd39671320b5464e6e (diff) | |
download | ports-9a03eeb5ac95e65944c951ca37b85ccd410c5c05.tar.gz ports-9a03eeb5ac95e65944c951ca37b85ccd410c5c05.zip |
Import gtkfig, it is figure-drawing tools.
PR: ports/8734
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Notes
Notes:
svn path=/head/; revision=14689
Diffstat (limited to 'graphics/gtkfig')
-rw-r--r-- | graphics/gtkfig/Makefile | 22 | ||||
-rw-r--r-- | graphics/gtkfig/distinfo | 1 | ||||
-rw-r--r-- | graphics/gtkfig/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gtkfig/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/gtkfig/pkg-plist | 1 |
5 files changed, 32 insertions, 0 deletions
diff --git a/graphics/gtkfig/Makefile b/graphics/gtkfig/Makefile new file mode 100644 index 000000000000..9373a9fb654e --- /dev/null +++ b/graphics/gtkfig/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gtkfig +# Version required: 0.6.0 +# Date created: Tue Nov 17 13:51:11 CET 1998 +# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE> +# +# $Id$ +# + +DISTNAME= gtkfig-0.6.0 +CATEGORIES= graphics +MASTER_SITES= ftp://k332.feld.cvut.cz/pub/local/lemming/gtkfig/ \ + http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ + +MAINTAINER= ibex@physik.TU-Berlin.DE + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \ + GTK_CONFIG=${X11BASE}/bin/gtk11-config + +.include <bsd.port.mk> diff --git a/graphics/gtkfig/distinfo b/graphics/gtkfig/distinfo new file mode 100644 index 000000000000..18868719d568 --- /dev/null +++ b/graphics/gtkfig/distinfo @@ -0,0 +1 @@ +MD5 (gtkfig-0.6.0.tar.gz) = 118a57dcb117b39d853103d43904d1c1 diff --git a/graphics/gtkfig/pkg-comment b/graphics/gtkfig/pkg-comment new file mode 100644 index 000000000000..b8305c7ebe74 --- /dev/null +++ b/graphics/gtkfig/pkg-comment @@ -0,0 +1 @@ +figure-drawing tool diff --git a/graphics/gtkfig/pkg-descr b/graphics/gtkfig/pkg-descr new file mode 100644 index 000000000000..65ad3693eca2 --- /dev/null +++ b/graphics/gtkfig/pkg-descr @@ -0,0 +1,7 @@ +GTKFIG is figure-drawing tools. It aims to do what can be done with xfig, +texcad and SmartDraw (TM) (a scheme drawing tool for MS Windows). + +GTKFIG is not: + - Bitmap graphic editor + - Vector graphic editor (like Corel) + - CAD system diff --git a/graphics/gtkfig/pkg-plist b/graphics/gtkfig/pkg-plist new file mode 100644 index 000000000000..2f9950933519 --- /dev/null +++ b/graphics/gtkfig/pkg-plist @@ -0,0 +1 @@ +bin/gtkfig |