summaryrefslogtreecommitdiff
path: root/print/tex-ucs/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-10-18 20:30:59 +0000
committerminskim <minskim@pkgsrc.org>2011-10-18 20:30:59 +0000
commitf0ccb244f3a0ee7e1c3624024117fd0e831f6367 (patch)
treebb9f99b740f5c1569c51404150db0667252cd4e4 /print/tex-ucs/Makefile
parent9884933e64c8ae41765a59c442e82441f3ca51ca (diff)
downloadpkgsrc-f0ccb244f3a0ee7e1c3624024117fd0e831f6367.tar.gz
Replace tex-ucs with the version in TeX Live 2011. No functional change.
Diffstat (limited to 'print/tex-ucs/Makefile')
-rw-r--r--print/tex-ucs/Makefile40
1 files changed, 11 insertions, 29 deletions
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile
index 196dc93345c..631b3f7471f 100644
--- a/print/tex-ucs/Makefile
+++ b/print/tex-ucs/Makefile
@@ -1,35 +1,17 @@
-# $NetBSD: Makefile,v 1.11 2010/01/27 16:41:59 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.12 2011/10/18 20:30:59 minskim Exp $
-DISTNAME= unicode
-PKGNAME= tex-ucs-20041710
-PKGREVISION= 4
-CATEGORIES= print
-MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/
-EXTRACT_SUFX= .tgz
+DISTNAME= ucs
+PKGNAME= tex-${DISTNAME}-20041710
+PKGREVISION= 5
+TEXLIVE_REV= 17090
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://www.unruh.de/DniQ/latex/unicode/
-COMMENT= LaTeX UTF-8 support
+COMMENT= Extended UTF-8 input encoding for LaTeX
-PKG_DESTDIR_SUPPORT= user-destdir
-
-WRKSRC= ${WRKDIR}/ucs
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-UCSFILES= ucs.sty utf8x.def ucsencs.def
-UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs
-
-.include "../../print/teTeX/module.mk"
-
-INSTALLATION_DIRS+= ${UCSDIR}/data ${UCSDIR}/contrib
-
-do-install:
-.for f in ${UCSFILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${UCSDIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/data/* ${DESTDIR}${UCSDIR}/data/
- ${INSTALL_DATA} ${WRKSRC}/contrib/* ${DESTDIR}${UCSDIR}/contrib/
+DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics
+DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"