2000-10-16 10:42:36 +00:00
|
|
|
# New ports collection makefile for: Python/Ming
|
|
|
|
# Date created: 16 Oct 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ming
|
2006-04-18 18:56:39 +00:00
|
|
|
PORTVERSION= 0.3.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2000-10-16 10:42:36 +00:00
|
|
|
CATEGORIES= graphics python
|
2006-04-18 18:56:39 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-10-16 10:42:36 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2006-04-18 18:56:39 +00:00
|
|
|
DISTNAME= ${PORTNAME}-py-${PORTVERSION}
|
2000-10-16 10:42:36 +00:00
|
|
|
|
2005-11-11 01:18:01 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-18 05:52:56 +00:00
|
|
|
COMMENT= Python module for Ming which allows you to create Flash 4/5 movies
|
2000-10-16 10:42:36 +00:00
|
|
|
|
2006-04-18 18:56:39 +00:00
|
|
|
LIB_DEPENDS= ming.4:${PORTSDIR}/graphics/ming
|
2000-10-16 10:42:36 +00:00
|
|
|
|
2006-04-18 18:56:39 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/py_ext
|
2000-10-16 10:42:36 +00:00
|
|
|
|
2006-04-18 18:56:39 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGNAME= mingc
|
|
|
|
PYDISTUTILS_PKGVERSION= 0.0.3a
|
2000-10-25 04:32:36 +00:00
|
|
|
|
2001-01-21 05:57:50 +00:00
|
|
|
post-patch:
|
2006-04-18 18:56:39 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/setup.py
|
|
|
|
@${LN} -sf ${LOCALBASE}/include/ming ${WRKSRC}/../src
|
2000-10-16 10:42:36 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|