summaryrefslogtreecommitdiff
path: root/print/chktex/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-06 14:37:38 +0000
committerwiz <wiz>2003-04-06 14:37:38 +0000
commit41959f4e5ca6f336f7d2812bb8003631db2dfa3f (patch)
treefa12074c107fac36f28d36ad3adb1339adbc7429 /print/chktex/Makefile
parent2dbff266ff92af49d216263457575bc23a401926 (diff)
downloadpkgsrc-41959f4e5ca6f336f7d2812bb8003631db2dfa3f.tar.gz
Initial import of chktex, from Marc Recht via pkgsrc-wip.
This program has been written in frustration because some constructs in LaTeX are sometimes non-intuitive, and easy to forget. It is _not_ a replacement for the built-in checker in LaTeX; however it catches some typographic errors LaTeX oversees. In other words, it is Lint for LaTeX. Filters are also provided for checking the LaTeX parts of CWEB documents.
Diffstat (limited to 'print/chktex/Makefile')
-rw-r--r--print/chktex/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
new file mode 100644
index 00000000000..3c18d7ee435
--- /dev/null
+++ b/print/chktex/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/04/06 14:37:38 wiz Exp $
+#
+
+DISTNAME= chktex-1.6.1
+CATEGORIES= print
+MASTER_SITES= http://savannah.nongnu.org/download/chktex/chktex.pkg/1.6.1/
+
+MAINTAINER= marc@informatik.uni-bremen.de
+HOMEPAGE= http://www.nongnu.org/chktex/
+COMMENT= LaTeX semantic checker
+
+DEPENDS+= lynx-[0-9]*:../../www/lynx
+
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_PERL5= YES
+GNU_CONFIGURE= YES
+CFLAGS+= -D__unix__
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
+.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"