mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
7ae6ec9c16
- Use print/teTeX-base for latex instead of print/teTeX. - Use share/texmf for TeX-related files instead of share/texmf-local.
31 lines
628 B
Makefile
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>
|