1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/lacheck/Makefile
Renato Botelho 3e550c219f - Fix MASTER_SITES
PR:		ports/88588
Submitted by:	maintainer
2005-11-07 14:17:02 +00:00

26 lines
635 B
Makefile

# New ports collection makefile for: lacheck
# Date created: 8 February 2002
# Whom: 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= uwe.pierau@tu-clausthal.de
COMMENT= A tool for finding common mistakes in LaTeX documents
MAN1= lacheck.1
PLIST_FILES= bin/lacheck
ALL_TARGET= lacheck lacheck.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1
.include <bsd.port.mk>