freebsd-ports/math/py-ffc/Makefile
Ruslan Makhmatkhanov 674e43a6c7 FFC works as a compiler for multilinear forms by generating code (C++) for
the evaluation of a multilinear form given in mathematical notation.

WWW:	https://launchpad.net/ffc

PR:		166700
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-04-12 19:33:50 +00:00

26 lines
530 B
Makefile

# New ports collection makefile for: py-ffc
# Date created: 12 April 2012
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $FreeBSD$
#
PORTNAME= ffc
PORTVERSION= 1.0.0
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwbacon@tds.net
COMMENT= C++ code generator for multilinear forms
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= FFC
FETCH_ARGS= -Fpr
MAN1= ffc.1
MANCOMPRESSED= yes
.include <bsd.port.mk>