summaryrefslogtreecommitdiff
path: root/graphics/gfont/Makefile
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@FreeBSD.org>1997-09-09 19:52:11 +0000
committerRalf S. Engelschall <rse@FreeBSD.org>1997-09-09 19:52:11 +0000
commit793e8f7481975784913d65a9a348690012ddb6fa (patch)
tree682788fe965c773d5e79d701a482a8796769744e /graphics/gfont/Makefile
parentUpgrade to 1.71. Default in the config file is to forbid relaying. This (diff)
Import of a new program: gFONT (Graphics Font).
This is a handy tool to create GIF images in batch(!) containing strings rendered via TeX-available fonts. This is especially useful for Webdesigners who need some special fonts which HTML does not provide. Actually the Website META Language (WML) [see www/wml/ port] has a powerful package named wml::des::gfont which is based uppon this program: it defines a new HTML container tag named <gfont> which gets replaced by a GIF image containg the tags body string, rendered via any TeX-available font. Very useful for headlines or big letters at the start of paragraphs.
Notes
Notes: svn path=/head/; revision=7836
Diffstat (limited to 'graphics/gfont/Makefile')
-rw-r--r--graphics/gfont/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile
new file mode 100644
index 000000000000..986d3ce53b28
--- /dev/null
+++ b/graphics/gfont/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: gfont
+# Version required: 1.0.1
+# Date created: Tue Sep 9 11:00:14 MET DST 1997
+# Whom: Ralf S. Engelschall <rse@engelschall.com>
+#
+# $Id$
+#
+
+DISTNAME= gfont-1.0.1
+CATEGORIES= graphics print www
+MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \
+ ftp://ftp.engelschall.com/sw/
+
+MAINTAINER= rse@engelschall.com
+
+RUN_DEPENDS= mf:${PORTSDIR}/print/teTeX \
+ gftopk:${PORTSDIR}/print/teTeX \
+ gsftopk:${PORTSDIR}/print/teTeX
+
+USE_PERL5= yes
+HAS_CONFIGURE= yes
+
+MAN1= gfont.1
+
+.include <bsd.port.mk>