4fb92c7ca8
PR: ports/59444 Submitted by: Andreas Braml <a.strich.b@web.de>
33 lines
800 B
Makefile
33 lines
800 B
Makefile
# 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>
|