aboutsummaryrefslogtreecommitdiffstats
path: root/print/py-fonttools/Makefile
blob: a6299f629a9cf5731eb6bcd6761e4f6d50966276 (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
# New ports collection makefile for:    py-fonttools
# Date created:             2 January 2001
# Whom:                         Joseph Koshy <jkoshy@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   fonttools
PORTVERSION=    2.3
CATEGORIES= print python
MASTER_SITES=   SF/${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An open source library for manipulating fonts, written in Python

BUILD_DEPENDS=  ${PYNUMPY} ${PYXML}
RUN_DEPENDS=    ${PYNUMPY} ${PYXML}

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_EGGINFODIR= ${PYTHON_SITELIBDIR}/FontTools

MAN1=       ttx.1

DOCSDIR=    ${PREFIX}/share/doc/py-fonttools

post-patch:
    @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/Doc/ChangeLog ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/Doc/*.html ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR}
.endif

.include <bsd.port.mk>