summaryrefslogtreecommitdiff
path: root/misc/latex-mk/Makefile
blob: de2995b27fe1fb39cb39acd5d862500035d6154e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	latex-mk
PORTVERSION=	2.1
PORTREVISION=	5
CATEGORIES=	misc print
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Collection of makefile and scripts for LaTeX documents
WWW=		http://latex-mk.sourceforge.net/

LICENSE=	BSD4CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	texi2dvi:print/texinfo

USES=		gmake tex
USE_TEX=	latex
GNU_CONFIGURE=	yes

INFO=		latex-mk

NO_ARCH=	yes

.include <bsd.port.mk>