1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/latex-mk/Makefile
Hiroki Sato 7ae6ec9c16 - Use print/texinfo for texi2{dvi,pdf} instead of print/teTeX-base.
- Use print/teTeX-base for latex instead of print/teTeX.
- Use share/texmf for TeX-related files instead of share/texmf-local.
2011-06-18 16:13:31 +00:00

31 lines
628 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= 2
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>