blob: 2eafe2315124b479b0caefcec76794a7d977fe5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
WWW= http://match.stanford.edu/~bump/sgf2tex.html
USES= shebangfix
SHEBANG_FILES= sgf2tex
USE_TEX= tex
PLIST_SUB= MKTEXLSR=${MKTEXLSR}
MAKE_ENV= TEX_BIN=${TEX_BIN}
TEX_BIN= ${LOCALBASE}/bin/etex
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sgfsplit
.include <bsd.port.mk>
|