summaryrefslogtreecommitdiff
path: root/print/teTeX-sharesrc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/teTeX-sharesrc/Makefile')
-rw-r--r--print/teTeX-sharesrc/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/print/teTeX-sharesrc/Makefile b/print/teTeX-sharesrc/Makefile
deleted file mode 100644
index ab9a79d724f..00000000000
--- a/print/teTeX-sharesrc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2005/07/19 10:15:29 grant Exp $
-
-DISTNAME= tetex-texmfsrc-2.0.2
-PKGNAME= teTeX-sharesrc-2.0.2
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/unix/teTeX/2.0/distrib/}
-
-MAINTAINER= kei@NetBSD.org
-HOMEPAGE= http://www.tug.org/tetex/
-COMMENT= Sources for machine-independent part of teTeX, version 2
-
-CONFLICTS+= teTeX2-sharesrc-[0-9]*
-
-DEPENDS+= teTeX-share>=2.0.2:../../print/teTeX-share
-
-WRKSRC= ${WRKDIR}
-DIST_SUBDIR= teTeX
-EXTRACT_ONLY= # empty
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf
- extract_file=${_DISTDIR:Q}/${DISTFILES:Q}; \
- cd ${PREFIX}/share/texmf; ${EXTRACT_CMD${EXTRACT_SUFX}}
-
-.include "../../mk/bsd.pkg.mk"