1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/science/mei/Makefile
Thierry Thomas fee06d414a - Upgrade to 1.0.4;
- Stagify;

- let the port use a specific python version (A).

Submitted by:	mva (A)
2013-11-26 21:30:22 +00:00

31 lines
634 B
Makefile

# Created by: thierry@pompo.net
# $FreeBSD$
PORTNAME= mei
PORTVERSION= 1.0.4
CATEGORIES= science parallel
MASTER_SITES= http://code-saturne.org/releases/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Code_Saturne Mathematical Expression Interpreter
LICENSE= LGPL21
LIB_DEPENDS= libbft.so:${PORTSDIR}/science/bft
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
USE_LDCONFIG= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_PYEXE=${PYTHON_CMD}
CONFIGURE_ARGS= --with-bft=${LOCALBASE}
.if defined(MAINTAINER_MODE)
regression-test:
(cd ${WRKSRC}/tests && \
${MAKE} check && \
./mei_test )
.endif
.include <bsd.port.mk>