mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
bdc5ef9359
===> Building for sgf2tex-3.3_6 cc -g -o sgfsplit sgfsplit.c /usr/local/bin/etex manual /usr/local/bin/etex: No such file or directory *** [manual.dvi] Error code 1 Reported by: pkg-fallout
28 lines
579 B
Makefile
28 lines
579 B
Makefile
# Created by: 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
|
|
|
|
BROKEN= Fails to build
|
|
|
|
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>
|