summaryrefslogtreecommitdiff
path: root/print/teTeX1-sharesrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX1-sharesrc/Makefile')
-rw-r--r--print/teTeX1-sharesrc/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/print/teTeX1-sharesrc/Makefile b/print/teTeX1-sharesrc/Makefile
deleted file mode 100644
index 1db217157be..00000000000
--- a/print/teTeX1-sharesrc/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/07/19 10:15:30 grant Exp $
-
-DISTNAME= teTeX-texmfsrc-1.0.1
-PKGNAME= teTeX-sharesrc-1.0.1
-PKGREVISION= 1
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/1.0/distrib/sources/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.tug.org/tetex/
-COMMENT= Sources for machine-independent part of teTeX
-
-DEPENDS+= teTeX-share-1.0.[2-9]*:../../print/teTeX1-share
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= teTeX
-NO_BUILDINK= yes
-EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-USE_TOOLS+= patch
-
-FILESDIR= ${.CURDIR}/../../print/teTeX1-share/files
-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 -r
-
-post-install:
- @cd ${PREFIX}/share/texmf/source/latex/base && \
- ${PATCH} ${_PATCH_BACKUP_ARG} .orig < ${EXTRA_PATCH} && \
- ${RM} latex.ltx.orig
-
-.include "../../mk/bsd.pkg.mk"