1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/science/tfel/Makefile

39 lines
776 B
Makefile
Raw Normal View History

# Created by: Pedro F. Giffuni
# $FreeBSD$
PORTNAME= tfel
PORTVERSION= 3.3.0
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/
PKGNAMESUFFIX= -mfront
MAINTAINER= pfg@FreeBSD.org
COMMENT= Code generation tool dedicated to material knowledge
LICENSE= GPLv3
BUILD_DEPENDS= gnuplot:math/gnuplot
RUN_DEPENDS= gnuplot:math/gnuplot
USES= cmake compiler:c++0x tar:bzip2
2017-05-04 20:30:48 +00:00
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
#PYTHON_USES= localbase python
#PYTHON_BUILD_DEPENDS= ${LOCALBASE}/include/boost/python.hpp:devel/boost-libs
#PYTHON_LIB_DEPENDS= ${PY_BOOST}
#PYTHON_CMAKE_ON= enable-python enable-python-bindings
CMAKE_ON= enable-aster enable-calculix
USE_LDCONFIG= yes
2017-05-04 20:30:48 +00:00
.ifdef PACKAGE_BUILDING
CMAKE_ON+= enable-portable-build
2017-05-04 20:30:48 +00:00
.endif
TEST_TARGET= check
.include <bsd.port.mk>