aboutsummaryrefslogtreecommitdiffstats
path: root/print/mftrace/Makefile
blob: ef7a6d384ec30660b05ff2110c1bd07e784a5136 (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=   mftrace
PORTVERSION=    1.2.18
PORTREVISION=   1
CATEGORIES= print
MASTER_SITES=   http://lilypond.org/download/sources/mftrace/ \
        LOCAL/nivit/${PORTNAME}/

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Scalable PostScript (Type1) Fonts for MetaFont

RUN_DEPENDS=    t1asm:${PORTSDIR}/print/t1utils \
        fontforge:${PORTSDIR}/print/fontforge

.if defined(WITH_AUTOTRACE)
BUILD_DEPENDS+= autotrace:${PORTSDIR}/graphics/autotrace
RUN_DEPENDS+=   autotrace:${PORTSDIR}/graphics/autotrace
.else
BUILD_DEPENDS+= potrace:${PORTSDIR}/graphics/potrace
RUN_DEPENDS+=   potrace:${PORTSDIR}/graphics/potrace
.endif

# Python3 ready
USE_PYTHON= yes
USE_TEX=    base texmf
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
MAKEFILE=   GNUmakefile

.if !defined(NO_INSTALL_MANPAGES)
MAN1=   mftrace.1
.endif

PLIST_FILES=    \
        bin/gf2pbm \
        bin/mftrace \
        %%PYTHON_SITELIBDIR%%/afm.py \
        %%PYTHON_SITELIBDIR%%/tfm.py

NO_STAGE=   yes
do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gf2pbm ${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/mftrace ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
    ${INSTALL_MAN} ${WRKSRC}/mftrace.1 ${MANPREFIX}/man/man1
.endif
    ${INSTALL_SCRIPT} ${WRKSRC}/tfm.py ${PYTHON_SITELIBDIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/afm.py ${PYTHON_SITELIBDIR}

.include <bsd.port.mk>