mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
1598a640d6
Reported by: portscout
30 lines
608 B
Makefile
30 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smoldyn
|
|
DISTVERSION= 2.63
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.smoldyn.org/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Biochemical simulator for molecular diffusion, surface interactions
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/License.txt
|
|
|
|
LIB_DEPENDS= libtiff.so:graphics/tiff
|
|
|
|
USES= cmake compiler:c++11-lang gl tar:tgz xorg
|
|
USE_GL= gl glu glut
|
|
USE_XORG= xi xmu
|
|
|
|
CMAKE_OFF= OPTION_PYTHON
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
include/libsmoldyn.h \
|
|
include/smoldyn.h \
|
|
include/smoldynconfigure.h \
|
|
lib/libsmoldyn_shared.so \
|
|
lib/libsmoldyn_static.a
|
|
|
|
.include <bsd.port.mk>
|