diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-10 23:38:31 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-10 23:38:31 +0000 |
commit | f39da62b9a7e89926520e8e8fbac1567e2f3a843 (patch) | |
tree | 0c7e3df9eda2ffd1d9ea083982425813e3560154 /print/tex-memoir/Makefile | |
parent | 41cf211e844cc3e22a946c7b34b686908f3ed75c (diff) | |
download | pkgsrc-f39da62b9a7e89926520e8e8fbac1567e2f3a843.tar.gz |
Update tex-memoir to 1.6180339e.6.0c.
Many bug fixes since 1.618. See README in tex-memoir-doc for the
complete list.
Diffstat (limited to 'print/tex-memoir/Makefile')
-rw-r--r-- | print/tex-memoir/Makefile | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/print/tex-memoir/Makefile b/print/tex-memoir/Makefile index 11871c24cf2..21869f9ac1f 100644 --- a/print/tex-memoir/Makefile +++ b/print/tex-memoir/Makefile @@ -1,28 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 21:45:51 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/10 23:38:31 minskim Exp $ +# TeX Live Revision 12115 DISTNAME= memoir -PKGNAME= tex-${DISTNAME}-1.618 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/} -EXTRACT_SUFX= .zip +PKGNAME= tex-${DISTNAME}-1.6180339e.6.0c MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/memoir/ -COMMENT= Typeset fiction, non-fiction, and mathematical books +COMMENT= Typeset fiction, non-fiction and mathematical books -USE_DIRS+= texmf-1.0 - -.include "../../print/teTeX/module.mk" - -do-build: - cd ${WRKSRC} && latex memoir.ins - -do-install: - ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir - ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/memman.pdf \ - ${PKG_LOCALTEXMFPREFIX}/doc/latex/memoir - ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir - ${INSTALL_DATA} ${WRKSRC}/*.cl? ${WRKSRC}/*.sty \ - ${PKG_LOCALTEXMFPREFIX}/tex/latex/memoir +CONFLICTS+= teTeX-texmf<=3.0nb17 +DEPENDS+= tex-ifxetex-[0-9]*:../../print/tex-ifxetex +DEPENDS+= tex-oberdiek-[0-9]*:../../print/tex-oberdiek +.include "../../print/texlive/module.mk" .include "../../mk/bsd.pkg.mk" |