summaryrefslogtreecommitdiff
path: root/print/latex-tipa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/latex-tipa/Makefile')
-rw-r--r--print/latex-tipa/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/print/latex-tipa/Makefile b/print/latex-tipa/Makefile
deleted file mode 100644
index 74c75852eb06..000000000000
--- a/print/latex-tipa/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: tipa
-# Date created: 18 November 2003
-# Whom: Andreas Braml
-#
-# $FreeBSD$
-#
-
-PORTNAME= tipa
-PORTVERSION= 1.2
-CATEGORIES= print
-MASTER_SITES= http://www.braml.org/
-
-MAINTAINER= a.strich.b@web.de
-COMMENT= Package which provides T3-encoded fonts to be used with LaTeX2e
-
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
-
-NO_INSTALL_MANPAGES= yes
-NO_BUILD= yes
-USE_REINPLACE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local/teTeX/share/texmf|${PREFIX}/share/texmf|' ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/texmf/doc/latex/tipa
- @(cd ${WRKSRC}/doc; latex tipaman; bibtex tipaman; latex tipaman; latex tipaman)
- ${INSTALL_MAN} ${WRKSRC}/doc/tipaman.dvi ${PREFIX}/share/texmf/doc/latex/tipa
-.endif
-
-.include <bsd.port.mk>