1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/science/liggghts/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

40 lines
965 B
Makefile

PORTNAME= liggghts
DISTVERSION= 3.8.0-26
PORTREVISION= 1
DISTVERSIONSUFFIX= -g6e873439
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Discrete element method particle simulation software
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/../LICENSE
BUILD_DEPENDS= gsed:textproc/gsed
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libfreetype.so:print/freetype2 \
libmpi.so:net/openmpi \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libvtkViewsCore-8.2.so:math/vtk8
USES= compiler:c++17-lang cmake fortran jpeg qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= CFDEMproject
GH_PROJECT= ${PORTNAME:tu}-PUBLIC
USE_XORG= ice sm x11 xext xt
USE_QT= core gui sql widgets qmake_build buildtools_build
USE_LDCONFIG= yes
CMAKE_ARGS= -DMPI_C_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicc" \
-DMPI_CXX_COMPILER:FILEPATH="${LOCALBASE}/mpi/openmpi/bin/mpicxx"
WRKSRC_SUBDIR= src
CFLAGS+= -fPIC
CXXFLAGS+= -fPIC
BINARY_ALIAS= sed=gsed
.include <bsd.port.mk>