freebsd-ports/graphics/py-amanith/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

31 lines
818 B
Makefile

# New ports collection makefile for: py-amanith
# Date created: 2006-09-01
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amanith
PORTVERSION= 0.3.34
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://louhi.kempele.fi/~skyostil/projects/pyamanith/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyAmanith-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= acm@FreeBSD.org
COMMENT= Python wrapper for the amanith 2D vector graphics library
LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \
amanith.1:${PORTSDIR}/graphics/amanith
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= PyAmanith
post-patch:
${REINPLACE_CMD} -i "" -e 's|^swig-cpp.*|swig-opts = -c++|g' ${WRKSRC}/setup.cfg
.include <bsd.port.mk>