aboutsummaryrefslogtreecommitdiff
path: root/science/rmf/Makefile
blob: 97ec340a463c14490f6cf513426c40919f3d2abb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

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>