freebsd-ports/science/segyio/Makefile
Yuri Victorovich d42090bdd7 science/{,py-}segyio: Update 1.9.8 -> 1.9.9
Reported by:	portscout
2022-02-18 09:10:05 -08:00

20 lines
381 B
Makefile

PORTNAME= segyio
DISTVERSION= 1.9.9
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to interact with SEG-Y & Seismic Unix formatted seismic data
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/License.md
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= equinor
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_PYTHON
.include <bsd.port.mk>