mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
f1533e225a
determine and mark up significant differences between latex files. PR: 88353 Submitted by: Maxim Loginov <Zeliboba@mail.ru>
41 lines
806 B
Makefile
41 lines
806 B
Makefile
# 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>
|