1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/print/sgf2tex/Makefile
Hiroki Sato 4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00

27 lines
559 B
Makefile

# New ports collection makefile for: sgf2tex
# Date created: 24 August 1999
# Whom: spcoltri@unm.edu
#
# $FreeBSD$
#
PORTNAME= sgf2tex
PORTVERSION= 3.3
PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= http://sporadic.stanford.edu/bump/
MAINTAINER= spcoltri@omcl.org
COMMENT= Convert a Go game record in SGF format into TeX and provide fonts to make a dvi
USE_TEX= tex
PLIST_SUB= MKTEXLSR=${MKTEXLSR}
MAKE_ENV= TEX_BIN=${TEX_BIN}
MAN1= sgf2tex.1 sgfsplit.1
TEX_BIN= ${LOCALBASE}/bin/etex
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
.include <bsd.port.mk>