aboutsummaryrefslogtreecommitdiffstats
path: root/math/ufc/Makefile
blob: 2346cb92b818e8dfcc0b93d5f4ecc379bf4c4e0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$

PORTNAME=   ufc
PORTVERSION=    ${MMVERSION}.0
PORTREVISION=   6
CATEGORIES= math python
MASTER_SITES=   http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/

MAINTAINER= bacon4000@gmail.com
COMMENT=    Unified framework for finite element assembly

BUILD_DEPENDS=  swig3.0:devel/swig30
LIB_DEPENDS=    libboost_math_c99.so:devel/boost-libs

# LICENSE=  public domain

USES=       cmake python:2

CMAKE_ARGS+=    -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig

MMVERSION=  2.2

post-patch:
    ${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' ${WRKSRC}/src/utils/python/ufc_utils/build.py

.include <bsd.port.mk>