summaryrefslogtreecommitdiff
path: root/print/sgf2tex/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-09-19 16:03:04 +0000
committerAde Lovett <ade@FreeBSD.org>2000-09-19 16:03:04 +0000
commita6e995922b0f0973bc6caa6fc3fee4ab0b673442 (patch)
tree79e4c72dd67892557f5ef3378c92c6f3499eb700 /print/sgf2tex/Makefile
parent*** empty log message *** (diff)
Add sgf2tex, a system for typesetting Go games and diagrams using TeX.
PR: 19965 Submitted by: Steve Coltrin <spcoltri@omcl.org>
Diffstat (limited to '')
-rw-r--r--print/sgf2tex/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/print/sgf2tex/Makefile b/print/sgf2tex/Makefile
new file mode 100644
index 000000000000..2fe310a78f27
--- /dev/null
+++ b/print/sgf2tex/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: sgf2tex
+# Date created: 24 August 1999
+# Whom: spcoltri@unm.edu
+#
+# $FreeBSD$
+#
+
+PORTNAME= sgf2tex
+PORTVERSION= 3.2
+CATEGORIES= print
+MASTER_SITES= ftp://match.stanford.edu/pub/
+
+MAINTAINER= spcoltri@code.cs.unm.edu
+
+BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX
+RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
+
+MAN1= sgf2tex.1 sgfsplit.1
+
+.include <bsd.port.mk>