2014-10-09 16:05:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.25 2014/10/09 14:06:51 wiz Exp $
|
2002-10-09 07:10:49 +02:00
|
|
|
#
|
|
|
|
|
2010-12-31 22:55:50 +01:00
|
|
|
DISTNAME= latex-mk-2.1
|
2011-03-03 22:05:42 +01:00
|
|
|
PKGREVISION= 1
|
2002-10-09 07:10:49 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
|
|
|
|
|
2003-07-18 00:50:55 +02:00
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
2003-08-04 23:44:17 +02:00
|
|
|
HOMEPAGE= http://latex-mk.sourceforge.net/
|
2002-10-09 07:10:49 +02:00
|
|
|
COMMENT= Makefile fragments and scripts for managing LaTeX documents
|
|
|
|
|
2010-12-31 22:55:50 +01:00
|
|
|
LICENSE= original-bsd
|
|
|
|
|
2011-03-03 22:05:42 +01:00
|
|
|
BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
|
|
|
|
BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
|
2010-12-31 22:55:50 +01:00
|
|
|
USE_TOOLS+= awk echo env false find grep gzcat gzip makeinfo rm rmdir tar
|
2005-06-07 19:32:58 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV+= BMAKE=${MAKE_PROGRAM:Q}
|
2005-10-05 03:48:40 +02:00
|
|
|
CONFIGURE_ENV+= GZCAT=${GZCAT:Q}
|
|
|
|
CONFIGURE_ENV+= GZIP=${GZIP_CMD:Q}
|
2011-03-03 22:05:42 +01:00
|
|
|
MAKE_ENV+= PDFTEX=${LOCALBASE}/bin/pdfetex
|
2002-10-09 07:10:49 +02:00
|
|
|
|
2010-12-31 22:55:50 +01:00
|
|
|
INFO_FILES= yes
|
2003-08-04 23:43:43 +02:00
|
|
|
|
2003-06-14 16:21:43 +02:00
|
|
|
TEST_DIRS= ${WRKSRC}
|
|
|
|
TEST_TARGET= check
|
2003-02-27 03:18:37 +01:00
|
|
|
|
2002-10-09 07:10:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|