summaryrefslogtreecommitdiffstats
path: root/print/sgf2tex/Makefile
blob: e1b02721145213e6e878633ecee4846d7e8be992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

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>
OpenPOWER on IntegriCloud