e0a1b0e9af
This version fixes installation on case-insensitive file systems as well as a bug where bibtex did not get run properly when the .tex file had no explicit \cite{}'s but rather used \nocite{}.
21 lines
470 B
Makefile
21 lines
470 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/05/29 13:41:29 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= latex-mk-1.3
|
|
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
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
INFO_FILES= latex-mk.info
|
|
|
|
TEST_DIRS= ${WRKSRC}
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|