aboutsummaryrefslogtreecommitdiffstats
path: root/print/texinfo/Makefile
blob: 4c272cd481358244253041019df7271faaebd6d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    texinfo
# Version required:     2.124
# Date created:         2 October 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.8 1995/11/22 13:18:28 asami Exp $
#

DISTNAME=   texinfo
PKGNAME=    texinfo-2.124
DISTFILES=  texinfo.tex lcircle10.tfm
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/

MAINTAINER=     jmz@FreeBSD.org

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: 
    @${INSTALL_DATA} ${WRKDIR}/texinfo.fmt \
                ${PREFIX}/lib/texmf/ini/
    @if [ ! -f ${PREFIX}/lib/texmf/fonts/tfm/lcircle10.tfm ]; then \
      ${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \
                ${PREFIX}/lib/texmf/fonts/tfm/;\
     fi
    @(cd ${PREFIX}/bin/; rm -f texinfo; ln -s virtex texinfo)

.include <bsd.port.mk>