51e5ceb0ad
- Remove BROKEN line. - Depend on print/teTeX-base instead of print/teTeX. - Use etex(1) for typeset of manual.dvi. - Invoke mktexlsr(1) after install and deinstall. Approved by: portmgr (krion)
29 lines
655 B
Makefile
29 lines
655 B
Makefile
# New ports collection makefile for: sgf2tex
|
|
# Date created: 24 August 1999
|
|
# Whom: spcoltri@unm.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sgf2tex
|
|
PORTVERSION= 3.3
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
BUILD_DEPENDS= ${TEX_BIN}:${PORTSDIR}/print/teTeX-base
|
|
RUN_DEPENDS= ${TEX_BIN}:${PORTSDIR}/print/teTeX-base
|
|
|
|
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>
|