summaryrefslogtreecommitdiff
path: root/print/tex-ucs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-ucs/Makefile')
-rw-r--r--print/tex-ucs/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/print/tex-ucs/Makefile b/print/tex-ucs/Makefile
deleted file mode 100644
index 3f3f560109a..00000000000
--- a/print/tex-ucs/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2005/11/08 21:45:01 tonio Exp $
-#
-
-DISTNAME= unicode
-PKGNAME= tex-ucs-20041710
-CATEGORIES= print
-MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.unruh.de/DniQ/latex/unicode/
-COMMENT= LaTeX UTF-8 support
-
-WRKSRC= ${WRKDIR}/ucs
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-UCSFILES= ucs.sty utf8x.def ucsencs.def
-UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs
-
-do-install:
- ${INSTALL_DATA_DIR} ${UCSDIR}
- (cd ${WRKSRC} && \
- for f in ${UCSFILES}; do \
- ${INSTALL_DATA} $$f ${UCSDIR}; \
- done)
- ${CP} -r ${WRKSRC}/data ${UCSDIR}
-
-post-install:
- ${LOCALBASE}/bin/texconfig rehash
-
-.include "../../mk/tex.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"