aboutsummaryrefslogtreecommitdiffstats
path: root/misc/latex-mk/Makefile
blob: 17232435a130f9f4a07affa190f7148ac7501a76 (plain) (blame)
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
26
27
28
29
30
# ex:ts=8
# Ports collection makefile for:    latex-mk
# Date created:         May 22, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   latex-mk
PORTVERSION=    2.1
PORTREVISION=   3
CATEGORIES= misc print
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= jlaffaye@FreeBSD.org
COMMENT=    A collection of makefile and scripts for LaTeX documents

BUILD_DEPENDS=  latex:${PORTSDIR}/print/teTeX-base \
        texi2dvi:${PORTSDIR}/print/texinfo
RUN_DEPENDS=    latex:${PORTSDIR}/print/teTeX-base \
        texi2dvi:${PORTSDIR}/print/texinfo

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

LICENSE=    BSD

INFO=       latex-mk

.include <bsd.port.mk>