2017-09-06 12:40:25 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2017/09/06 10:40:32 wiz Exp $
|
2005-11-15 04:00:11 +01:00
|
|
|
|
|
|
|
DISTNAME= # empty
|
|
|
|
PKGNAME= tex-foiltex-2.1.4a
|
2011-10-19 00:40:33 +02:00
|
|
|
PKGREVISION= 4
|
2005-11-15 04:00:11 +01:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/foiltex/}
|
|
|
|
DISTFILES= foiltex.dtx foiltex.ins
|
|
|
|
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
2017-09-06 12:40:25 +02:00
|
|
|
#HOMEPAGE= http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/foiltex.html
|
2005-11-15 04:00:11 +01:00
|
|
|
COMMENT= LaTeX2e class for overhead transparencies
|
2008-09-12 13:39:06 +02:00
|
|
|
LICENSE= foiltex-license
|
2009-05-19 10:59:00 +02:00
|
|
|
|
2011-10-19 00:40:33 +02:00
|
|
|
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
|
|
|
DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
|
|
|
|
|
2006-04-22 11:22:05 +02:00
|
|
|
RESTRICTED= May not be redistributed for profit
|
2005-11-15 04:15:45 +01:00
|
|
|
NO_BIN_ON_CDROM=${RESTRICTED}
|
|
|
|
NO_SRC_ON_CDROM=${RESTRICTED}
|
|
|
|
|
2005-11-15 04:00:11 +01:00
|
|
|
NO_CONFIGURE= YES
|
|
|
|
|
2011-10-19 00:40:33 +02:00
|
|
|
INSTALLATION_DIRS+= ${PREFIX}/share/texmf-dist/tex/latex/foiltex
|
2005-11-15 04:00:11 +01:00
|
|
|
|
2011-10-19 00:40:33 +02:00
|
|
|
.include "../../print/kpathsea/texmf.mk"
|
2005-11-15 04:00:11 +01:00
|
|
|
|
|
|
|
do-extract:
|
|
|
|
for f in ${DISTFILES}; do \
|
|
|
|
${CP} ${DISTDIR}/$$f ${WRKSRC}/$$f; \
|
|
|
|
done
|
|
|
|
|
|
|
|
do-build:
|
2015-11-25 13:53:09 +01:00
|
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/latex foiltex.ins
|
2005-11-15 04:00:11 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && for f in foils.* foil*.clo fltfonts.def; do \
|
2011-10-19 00:40:33 +02:00
|
|
|
${INSTALL_DATA} $$f \
|
|
|
|
${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/foiltex/$$f; \
|
2005-11-15 04:00:11 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|