forked from Lainports/freebsd-ports
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
24 lines
566 B
Makefile
24 lines
566 B
Makefile
# $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= jwb@FreeBSD.org
|
|
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>
|