summaryrefslogtreecommitdiff
path: root/graphics/gtkfig/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-19 17:00:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-19 17:00:26 +0000
commit9a03eeb5ac95e65944c951ca37b85ccd410c5c05 (patch)
tree10d00187d117ca29370ed9f2e1a8186e35951e3e /graphics/gtkfig/Makefile
parentUpgrade to 4.2m. (diff)
Import gtkfig, it is figure-drawing tools.
PR: ports/8734 Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Diffstat (limited to 'graphics/gtkfig/Makefile')
-rw-r--r--graphics/gtkfig/Makefile22
1 files changed, 22 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>