blob: 1394d96d2f8e3e9feca5ba530ea12c983f1945f3 (
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
|
# New ports collection makefile for: Python/Ming
# Date created: 16 Oct 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= ming
PORTREVISION= 0
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Python module for Ming which allows you to create Flash 4/5 movies
MASTERDIR= ${.CURDIR}/../../graphics/ming
PLIST= ${.CURDIR}/pkg-plist
INSTALL_WRKSRC= ${WRKSRC}/py_ext
USE_PYTHON= yes
#USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= mingc
PYDISTUTILS_PKGVERSION= 0.4.3
CONFIGURE_ARGS+= --enable-python
PATCHDIR= ${.CURDIR}/files
SLAVE_PORT= py
#post-patch:
# @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/setup.py
# @${LN} -sf ${LOCALBASE}/include/ming ${WRKSRC}/../src
.include "${MASTERDIR}/Makefile"
|