freebsd-ports/misc/latex-mk/Makefile

31 lines
628 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: latex-mk
# Date created: May 22, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= latex-mk
PORTVERSION= 2.1
2012-06-01 07:26:28 +02:00
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>