aboutsummaryrefslogtreecommitdiffstats
path: root/print/tgif2tex/Makefile
blob: 2f8c600d9934c0e23508567889fa175400bd7f23 (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
# New ports collection makefile for:    tgif2tex
# Date created:     12 Mar 1998
# Whom:         Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   tgif2tex
PORTVERSION=    2.13
PORTREVISION=   2
CATEGORIES+=    print
MASTER_SITES=   http://www.cs.hiroshima-u.ac.jp/~nakano/tgif2tex/

MAINTAINER= hrs@FreeBSD.org
COMMENT=    Converting texts in figure by tgif to LaTeX commands

USE_PERL5_RUN=  yes

PLIST_FILES=    bin/tgif2tex
PORTDOCS=   how-to-use.aux how-to-use.dvi \
        how-to-use.log how-to-use.ps how-to-use.tex \
        example.obj example.tex \
        original.dps original.tps \
        pythagoras.dps pythagoras.tps \
        sample1.obj sample1.ps \
        sample2.1.dps sample2.1.tps \
        sample2.2.dps sample2.2.tps \
        sample2.3.dps sample2.3.tps \
        sample2.aux sample2.dvi sample2.log \
        sample2.tex sample2.obj sample2.ps

do-build:
    ${REINPLACE_CMD} \
        -e "s,%%LOCALBASE%%,${LOCALBASE}," \
        -e "s,^#!/usr/bin/perl,#!${PERL}," \
        ${WRKSRC}/tgif2tex

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/tgif2tex ${PREFIX}/bin/tgif2tex
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>