# New ports collection makefile for:	Python/Ming
# Date created:		16 Oct 2000
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD: ports/graphics/py-ming/Makefile,v 1.24 2012/02/21 14:10:26 sunpoet Exp $
#

PORTNAME=	ming
PORTREVISION=	0
CATEGORIES=	graphics python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Python module for Ming which allows you to create Flash 4/5 movies

BUILD_WRKSRC=	${WRKSRC}/py_ext
CONFIGURE_ARGS=	--enable-python
INSTALL_WRKSRC=	${WRKSRC}/py_ext
PATCH_WRKSRC=	${WRKSRC}/py_ext
PATCHDIR=	${.CURDIR}/files
PLIST=		${.CURDIR}/pkg-plist
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	yes

MASTERDIR=	${.CURDIR}/../../graphics/ming
SLAVEPORT=	py
PYDISTUTILS_PKGNAME=	mingc
PYDISTUTILS_PKGVERSION=	${PORTVERSION}

.include "${MASTERDIR}/Makefile"
