blob: 37eb4f276d51f79f93e462f095407df89c5cfa1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
# $FreeBSD$
PORTNAME= lacheck
PORTVERSION= 1.26
CATEGORIES= textproc
MASTER_SITES= ftp://cam.ctan.org/tex-archive/support/lacheck/ \
http://www.heim2.tu-clausthal.de/~upp/lacheck/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for finding common mistakes in LaTeX documents
PLIST_FILES= bin/lacheck \
man/man1/lacheck.1.gz
ALL_TARGET= lacheck lacheck.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
|