summaryrefslogtreecommitdiffstats
path: root/graphics/py-amanith/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-amanith/Makefile')
-rw-r--r--graphics/py-amanith/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/graphics/py-amanith/Makefile b/graphics/py-amanith/Makefile
new file mode 100644
index 0000000..484655f
--- /dev/null
+++ b/graphics/py-amanith/Makefile
@@ -0,0 +1,29 @@
+# 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
+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
+
+post-patch:
+ ${REINPLACE_CMD} -i "" -e 's|^swig-cpp.*|swig-opts = -c++|g' ${WRKSRC}/setup.cfg
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud