aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-ming/Makefile
blob: d231070dd86750f03cf1307c3d24a452f6d38a30 (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
# New ports collection makefile for:    Python/Ming
# Date created:     16 Oct 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   ming
PORTVERSION=    0.2a
CATEGORIES= graphics python
MASTER_SITES=   # none
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTFILES=  # none

MAINTAINER= knu@FreeBSD.org

BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch
LIB_DEPENDS=    ming.3:${PORTSDIR}/graphics/ming

USE_PYTHON= yes

MD5_FILE=   ${.CURDIR}/../ming/distinfo

WRKSRC=     ${WRKDIR}/${DISTNAME}/py_ext
MAKE_ARGS=  PYTHON_VERSION="${PYTHON_VERSION}"

EXAMPLES=   ../examples/python/*.py

do-extract:
    ${MKDIR} ${WRKDIR}
    ${LN} -s `cd ${PORTSDIR}/graphics/ming && ${MAKE} -V WRKDIR`/* ${WRKDIR}/

post-extract:
    ${LN} -sf ../ming.i ${WRKSRC}/

post-patch:
    ${PERL} -i -p \
        -e 's:\.\./common:../../ming/common:g;' \
        ${WRKSRC}/../examples/python/*

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/examples/${PYTHON_VERSION}/ming
.for f in ${EXAMPLES}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/${PYTHON_VERSION}/ming/
.endfor
.endif

.include <bsd.port.mk>