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

55 lines
1.3 KiB
Makefile
Raw Normal View History

1995-04-15 04:34:11 +00:00
# New ports collection makefile for: texinfo
# Version required: 2.124
# Date created: 2 October 1994
# Whom: jmz
#
1995-09-23 20:24:13 +00:00
# $Id: Makefile,v 1.6 1995/04/21 00:21:36 jmz Exp $
1995-04-15 04:34:11 +00:00
#
DISTNAME= texinfo
1995-04-15 04:34:11 +00:00
PKGNAME= texinfo-2.124
DISTFILES= texinfo.tex lcircle10.tfm
CATEGORIES+= printing
#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/
1995-04-15 04:34:11 +00:00
MAINTAINER= jmz@FreeBSD.org
1995-09-23 20:24:13 +00:00
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
EXTRACT_ONLY=
NO_WRKSUBDIR= yes
pre-fetch:
@if [ ! -x ${PREFIX}/bin/tex ]; then \
echo "You must have TeX installed";\
exit 1; \
fi;
@if [ ! -x ${PREFIX}/bin/initex ]; then \
echo "I can't find initex. Your TeX installation is incomplete";\
exit 1;\
fi
pre-configure:
@cp ${DISTDIR}/texinfo.tex ${DISTDIR}/lcircle10.tfm ${WRKDIR}
@chmod +w ${WRKDIR}/*
do-build:
@(cd ${WRKDIR}; initex '&tex texinfo @dump')
do-install:
@/usr/bin/install -c -m 644 ${WRKDIR}/texinfo.fmt \
${PREFIX}/lib/texmf/ini/
@if [ ! -f ${PREFIX}/lib/texmf/fonts/tfm/lcircle10.tfm ]; then \
/usr/bin/install -c -m 644 ${WRKDIR}/lcircle10.tfm \
${PREFIX}/lib/texmf/fonts/tfm/;\
fi
@(cd ${PREFIX}/bin/; rm -f texinfo; ln -s virtex texinfo)
.include <bsd.port.mk>