aboutsummaryrefslogtreecommitdiff
path: root/print/latexdiff/Makefile
blob: 323f907962128783537bd4a357bb0862b28c4fdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   latexdiff
# Date created:                        01 Oct 2005
# Whom:                                Maxim Loginov <Zeliboba@mail.ru>
#
# $FreeBSD$
#

PORTNAME=	latexdiff
PORTVERSION=	0.3
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR=	support
DISTNAME=	${PORTNAME}

MAINTAINER=	Zeliboba@mail.ru
COMMENT=	Determine and mark up significant differences between latex files

USE_PERL5_RUN=	yes

USE_GMAKE=	no
USE_ZIP=	yes

MAN1=		latexdiff.1 \
		latexrevise.1

PLIST_FILES=	bin/latexdiff \
		bin/latexdiff-cvs \
		bin/latexdiff-so \
		bin/latexrevise

do-build:
# empty

.include <bsd.port.mk>