1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/science/smoldyn/Makefile
Yuri Victorovich 1598a640d6 science/smoldyn: Update 2.62 -> 2.63
Reported by:	portscout
2020-12-20 06:45:09 +00:00

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>