782fbda0ee
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS. - Avoided the use of hardcoded csh in some scripts. - Removed claims of a BIBTEX_ENV variable in the documentation. It didn't do anything. - Added METAPOST support. - Fixed a bug when using BibTeX and PDFLaTeX at the same time. - Added glossary support. - Fixed a bug with GNU make draft output. - Put the actual installation prefix into the manual. - Avoid a case which caused the testsuite to hang. - Expanded the testsuite and fixed some bugs in the testsuite. - Fix a bug in cleaning xfig and tgif output.
26 lines
637 B
Makefile
26 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.19 2007/06/15 23:40:00 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= latex-mk-1.9
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://latex-mk.sourceforge.net/
|
|
COMMENT= Makefile fragments and scripts for managing LaTeX documents
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_TOOLS+= awk echo env false find grep gzcat gzip rm rmdir tar
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= BMAKE=${MAKE_PROGRAM:Q}
|
|
CONFIGURE_ENV+= GZCAT=${GZCAT:Q}
|
|
CONFIGURE_ENV+= GZIP=${GZIP_CMD:Q}
|
|
|
|
INFO_FILES= # PLIST
|
|
|
|
TEST_DIRS= ${WRKSRC}
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|