1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/print/sgf2tex/Makefile
Ade Lovett a6e995922b Add sgf2tex, a system for typesetting Go games and diagrams using TeX.
PR:		19965
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2000-09-19 16:03:04 +00:00

21 lines
398 B
Makefile

# 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>