summaryrefslogtreecommitdiff
path: root/print/teTeX-sharesrc/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-08-03 14:10:42 +0000
committerhubertf <hubertf@pkgsrc.org>1999-08-03 14:10:42 +0000
commitf5f867a0089f9d8c8f5d8195f031099db945883a (patch)
tree374e654f5e9ca66dfb57303297ba450648341a44 /print/teTeX-sharesrc/Makefile
parent5ac13387ac303d2d97ca9ba49c5d3464628c4654 (diff)
downloadpkgsrc-f5f867a0089f9d8c8f5d8195f031099db945883a.tar.gz
Sources for machine independent parts for teTeX 1.0.6.
Provided to fulfil the licensing terms.
Diffstat (limited to 'print/teTeX-sharesrc/Makefile')
-rw-r--r--print/teTeX-sharesrc/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile
new file mode 100644
index 00000000000..97e316dd5e4
--- /dev/null
+++ b/print/teTeX-sharesrc/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/08/03 14:10:42 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp
+#
+
+DISTNAME= teTeX-1.0
+PKGNAME= teTeX-sharesrc-1.0
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/}
+DISTFILES= teTeX-texmfsrc-1.0.tar.gz
+
+MAINTAINER= hubertf@netbsd.org
+
+DIST_SUBDIR= teTeX
+WRKSRC= ${WRKDIR}
+EXTRACT_ONLY= # empty
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+NO_MTREE= yes
+
+do-install:
+ @${ECHO} ""
+ @${ECHO} "Extracting ${DISTFILES} to ${PREFIX}/share/texmf/source"
+ @${ECHO} " Get yourself a shower and a mug of coffee, this will take long!"
+ @${ECHO} ""
+ ${MKDIR} ${PREFIX}/share/texmf
+ ${GTAR} plzxCf ${PREFIX}/share/texmf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}
+
+.include "../../mk/bsd.pkg.mk"