85b376e8e4
Changelogs: * https://mirrors.ctan.org/support/lacheck/ChangeLog * Add LICENSE * Add CPE info * Use TEX_CTAN mirror for source from TeXLive distro PR: 282121 Approved by: yuri@ (Mentor)
27 lines
546 B
Makefile
27 lines
546 B
Makefile
PORTNAME= lacheck
|
|
DISTVERSION= 1.30
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}
|
|
DISTNAME= texlive-${TEXLIVE_VERSION}-source
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= alven@FreeBSD.org
|
|
COMMENT= Tool for finding common mistakes in LaTeX documents
|
|
WWW= https://www.ctan.org/tex-archive/support/lacheck/
|
|
|
|
LICENSE= GPLv1+
|
|
|
|
USES= cpe tar:xz tex
|
|
CPE_VENDOR= tug
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFLICTS_INSTALL= texlive-base
|
|
|
|
WRKSRC_SUBDIR= utils/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/lacheck \
|
|
share/man/man1/lacheck.1.gz
|
|
|
|
.include <bsd.port.mk>
|