1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/print/texinfo/Makefile

42 lines
1.1 KiB
Makefile
Raw Normal View History

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-02-01 22:16:12 +00:00
# $Id: Makefile,v 1.13 1999/01/29 02:34:08 jmz Exp $
1995-04-15 04:34:11 +00:00
#
DISTNAME= texinfo
1999-01-29 02:34:15 +00:00
PKGNAME= texinfo-2.218
CATEGORIES= print
#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
MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
EXTRACT_ONLY=
NO_WRKSUBDIR= yes
pre-configure:
@${CP} ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
@chmod +w ${WRKDIR}/*
1999-02-01 22:16:12 +00:00
do-build:
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
1999-02-01 22:16:12 +00:00
do-install:
@${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
${PREFIX}/share/texmf/web2c/
@if [ ! -f ${PREFIX}/share/texmf/fonts/tfm/lcircle10.tfm ]; then \
${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
${PREFIX}/share/texmf/fonts/tfm/;\
fi
1999-02-01 22:16:12 +00:00
@(cd ${PREFIX}/bin/; ${RM} -f texinfo; ln -s virtex texinfo)
.include <bsd.port.mk>