1995-04-15 04:34:11 +00:00
|
|
|
# New ports collection makefile for: texinfo
|
1999-01-29 02:34:15 +00:00
|
|
|
# Version required: 2.218
|
1995-04-15 04:34:11 +00:00
|
|
|
# Date created: 2 October 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1995-04-15 04:34:11 +00:00
|
|
|
#
|
|
|
|
|
1994-10-02 20:11:28 +00:00
|
|
|
DISTNAME= texinfo
|
1999-01-29 02:34:15 +00:00
|
|
|
PKGNAME= texinfo-2.218
|
1996-11-17 08:45:20 +00:00
|
|
|
CATEGORIES= print
|
1994-10-02 20:11:28 +00:00
|
|
|
#other equivalent sites: ftp.shsu.edu ftp.dante.de
|
|
|
|
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/eplain/doc/ \
|
|
|
|
ftp://ftp.tex.ac.uk/tex-archive/fonts/latex/tfm/
|
1999-02-01 22:16:12 +00:00
|
|
|
DISTFILES= texinfo.tex lcircle10.tfm
|
1995-04-15 04:34:11 +00:00
|
|
|
|
1995-04-15 22:36:51 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
|
1997-05-21 13:31:21 +00:00
|
|
|
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
|
|
|
|
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
|
1995-04-15 22:36:51 +00:00
|
|
|
|
1994-10-02 20:11:28 +00:00
|
|
|
EXTRACT_ONLY=
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
|
|
|
pre-configure:
|
1996-11-17 08:45:20 +00:00
|
|
|
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
|
1999-08-22 19:01:07 +00:00
|
|
|
@${CHMOD} +w ${WRKDIR}/*
|
1994-10-02 20:11:28 +00:00
|
|
|
|
1999-02-01 22:16:12 +00:00
|
|
|
do-build:
|
1994-10-02 20:11:28 +00:00
|
|
|
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
|
|
|
|
|
1999-02-01 22:16:12 +00:00
|
|
|
do-install:
|
1996-11-17 08:45:20 +00:00
|
|
|
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
|
1997-02-18 16:57:35 +00:00
|
|
|
${PREFIX}/share/texmf/web2c/
|
|
|
|
@if [ ! -f ${PREFIX}/share/texmf/fonts/tfm/lcircle10.tfm ]; then \
|
1996-11-17 08:45:20 +00:00
|
|
|
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
|
1997-02-18 16:57:35 +00:00
|
|
|
${PREFIX}/share/texmf/fonts/tfm/;\
|
1994-10-02 20:11:28 +00:00
|
|
|
fi
|
1999-08-28 01:58:05 +00:00
|
|
|
@(cd ${PREFIX}/bin/; ${RM} -f texinfo; ${LN} -s virtex texinfo)
|
1994-10-02 20:11:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|