blob: 2fe310a78f27fff553f8931deb28923e0a880d5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: sgf2tex
# Date created: 24 August 1999
# Whom: spcoltri@unm.edu
#
# $FreeBSD$
#
PORTNAME= sgf2tex
PORTVERSION= 3.2
CATEGORIES= print
MASTER_SITES= ftp://match.stanford.edu/pub/
MAINTAINER= spcoltri@code.cs.unm.edu
BUILD_DEPENDS= tex:${PORTSDIR}/print/teTeX
RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX
MAN1= sgf2tex.1 sgfsplit.1
.include <bsd.port.mk>
|