summaryrefslogtreecommitdiff
path: root/print/teTeX1-share/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-24 12:54:33 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-24 12:54:33 +0000
commit961fd41989239dcab1d9c89c92b7160d429cfd81 (patch)
tree960720e69a35dda65f75d93e799bc477f20740c0 /print/teTeX1-share/Makefile
parent9ed06c169b853524ee35878679f9b4e1d4ffc6f0 (diff)
downloadpkgsrc-961fd41989239dcab1d9c89c92b7160d429cfd81.tar.gz
Reimport of teTeX-share version 1.0.2nb2 as teTeX1-share:
Machine independent parts for teTeX: web files, metafont bases, style files, font definitions, localisation, ofm-, ovf-, vf-, pfb- and tfm-files, (meta)font source files, lots of documentation, ...
Diffstat (limited to 'print/teTeX1-share/Makefile')
-rw-r--r--print/teTeX1-share/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/print/teTeX1-share/Makefile b/print/teTeX1-share/Makefile
new file mode 100644
index 00000000000..8cb0445988e
--- /dev/null
+++ b/print/teTeX1-share/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 12:54:33 jmmv Exp $
+#
+
+DISTNAME= teTeX-texmf-1.0.2
+PKGNAME= teTeX-share-1.0.2
+PKGREVISION= 2
+WRKSRC= ${WRKDIR}
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/}
+
+MAINTAINER= hubertf@NetBSD.org
+HOMEPAGE= http://www.tug.org/tetex/
+COMMENT= Machine-independent part of teTeX
+
+CONFLICTS+= teTeX2-share-[2-9]*
+
+DIST_SUBDIR= teTeX
+USE_BUILDLINK2= yes
+EXTRACT_ONLY= # empty
+NO_CONFIGURE= yes
+NO_BUILD= yes
+NO_MTREE= yes
+
+EXTRA_PATCH= ${FILESDIR}/latex.ltx.diff
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
+ cd ${PREFIX}/share/texmf; ${DECOMPRESS_CMD} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${PAX} -O -cr `${CAT} ${FILESDIR}/exclude`
+
+post-install:
+ @cd ${PREFIX}/share/texmf/tex/latex/base && \
+ ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${EXTRA_PATCH} && \
+ ${RM} latex.ltx.orig
+ ${CP} ${FILESDIR}/dvipdfm.def ${PREFIX}/share/texmf/tex/latex/graphics
+
+.include "../../mk/bsd.pkg.mk"