701aa3bcf8
Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
28 lines
564 B
Makefile
28 lines
564 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rmf
|
|
DISTVERSION= 1.1
|
|
PORTREVISION= 8
|
|
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= compiler:c++11-lang cmake 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>
|