mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5b69c2678d
It is 1.1, despite git not being able to produce a 1.1-based tag. Therefore, leaving GH_TAGNAME and setting version to 1.1 Reported by: portscout
29 lines
623 B
Makefile
29 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rmf
|
|
DISTVERSION= 1.1
|
|
CATEGORIES= science graphics
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library to support reading and writing of Rich Molecular Format files
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= swig3.0:devel/swig30
|
|
LIB_DEPENDS= libRMF.so:science/rmf
|
|
|
|
USES= cmake:outsource python shebangfix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= salilab
|
|
GH_TAGNAME= f917cf2
|
|
SHEBANG_GLOB= *.py
|
|
USE_PYTHON= flavors
|
|
|
|
CMAKE_ARGS= -DCMAKE_INSTALL_PYTHONDIR:STRING=${PYTHON_SITELIBDIR}
|
|
BINARY_ALIAS= python=${PYTHON_CMD}
|
|
LDFLAGS+= -lRMF
|
|
|
|
.include <bsd.port.mk>
|