freebsd-ports/misc/latex-mk/Makefile
Hiroki Sato 4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00

29 lines
565 B
Makefile

# 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= texi2dvi:${PORTSDIR}/print/texinfo
RUN_DEPENDS= texi2dvi:${PORTSDIR}/print/texinfo
USE_TEX= latex
USE_GMAKE= yes
GNU_CONFIGURE= yes
LICENSE= BSD
INFO= latex-mk
.include <bsd.port.mk>