summaryrefslogtreecommitdiff
path: root/print/chktex/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-10-22 13:44:16 +0000
committertonio <tonio@pkgsrc.org>2005-10-22 13:44:16 +0000
commit1059993f1dda85b87c1475b4814b921a255eb0ea (patch)
treeef0ec875e730ffaffe7fe41aac1a539162691eb6 /print/chktex/Makefile
parenta04040e8c7f12a753c6e67fbfcbaafab40a6e036 (diff)
downloadpkgsrc-1059993f1dda85b87c1475b4814b921a255eb0ea.tar.gz
Update print-chktex to 1.6.3
use CONF_FILES for chktexrc
Diffstat (limited to 'print/chktex/Makefile')
-rw-r--r--print/chktex/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 8f2b82b1bd9..4a94154dc59 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,22 +1,28 @@
-# $NetBSD: Makefile,v 1.12 2005/10/22 13:07:24 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/10/22 13:44:16 tonio Exp $
#
-DISTNAME= chktex-1.6.1
-PKGREVISION= 3
+DISTNAME= chktex-1.6.3
CATEGORIES= print
MASTER_SITES= http://savannah.nongnu.org/download/chktex/
MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.nongnu.org/chktex/
+HOMEPAGE= http://baruch.ev-en.org/proj/chktex/
COMMENT= LaTeX semantic checker
DEPENDS+= lynx-[0-9]*:../../www/lynx
+USE_PKGINSTALL=yes
+EGDIR= ${PREFIX}/share/examples/chktex
+CONF_FILES= ${EGDIR}/chktexrc ${PKG_SYSCONFDIR}/chktexrc
+
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= YES
CFLAGS+= -D__unix__
CONFIGURE_ENV+= PERL5="${PERL5}"
-MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EGDIR="${EGDIR}"
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"