1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/science/mei/Makefile
Thierry Thomas 6fcbd86674 MEI stands for Mathematical Expression Interpreter.
It is intended to provide interpretation of mathematical formula in a string.

WWW: http://www.code-saturne.org/
2012-07-07 15:15:08 +00:00

40 lines
843 B
Makefile

# New ports collection makefile for: mei
# Date created: Wed 18 apr 2012
# Whom: thierry@pompo.net
#
# $FreeBSD$
#
PORTNAME= mei
PORTVERSION= 1.0.3
CATEGORIES= science parallel
MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Code_Saturne Mathematical Expression Interpreter
LICENSE= LGPL21
LIB_DEPENDS= bft.1:${PORTSDIR}/science/bft
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_ZIP= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bft=${LOCALBASE}
MAN1= mei-config.1
.if defined(MAINTAINER_MODE)
regression-test:
(cd ${WRKSRC}/tests && \
${MAKE} check && \
./mei_test )
.endif
.include <bsd.port.mk>