opnsense-ports/math/py-ufl/Makefile
Franco Fichtner f49e408e1c */*: sync with upstream
Taken from: FreeBSD
2015-12-12 09:30:55 +01:00

25 lines
618 B
Makefile

# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= ufl
PORTVERSION= ${MMVERSION}0
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${MMVERSION}.0
MAINTAINER= bacon4000@gmail.com
COMMENT= Unified Form Language for finite element discretizations
LICENSE= LGPL3
USES= python:2
USE_PYTHON= distutils autoplist
MMVERSION= 1.2
post-patch:
@${REINPLACE_CMD} -e 's|\[(pjoin("share", "man", "man1"),|\[(pjoin("man", "man1"),|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>