- Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165
27 lines
560 B
Makefile
27 lines
560 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rmf
|
|
DISTVERSION= g20180614
|
|
PORTREVISION= 1
|
|
CATEGORIES= science graphics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library to support reading and writing of Rich Molecular Format files
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
|
libhdf5.so:science/hdf5 \
|
|
libsz.so:science/szip
|
|
|
|
USES= cmake:outsource python:build shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= salilab
|
|
GH_TAGNAME= f917cf2
|
|
SHEBANG_GLOB= *.py
|
|
USE_LDCONFIG= yes
|
|
|
|
BINARY_ALIAS= python=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|