1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/print/sgf2tex/Makefile

26 lines
554 B
Makefile
Raw Normal View History

# Created by: spcoltri@unm.edu
# $FreeBSD$
PORTNAME= sgf2tex
PORTVERSION= 3.3
2012-06-01 05:26:28 +00:00
PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= http://sporadic.stanford.edu/bump/
MAINTAINER= spcoltri@omcl.org
2003-02-21 13:28:59 +00:00
COMMENT= Convert a Go game record in SGF format into TeX and provide fonts to make a dvi
2014-07-07 07:24:09 +00:00
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
2014-07-07 07:24:09 +00:00
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sgfsplit
.include <bsd.port.mk>