blob: 582fbab8c0a98da24a46db25fc6076bd664b7fb6 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# 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
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or above. Please use the lang/perl port to install it
.endif
do-build:
# empty
.include <bsd.port.post.mk>
|