1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/science/segyio/Makefile
Yuri Victorovich d712362aa8 science/{,py-}segyio: update 1.9.11 → 1.9.12
Reported by:	portscout
2024-04-08 00:31:00 -07:00

23 lines
443 B
Makefile

PORTNAME= segyio
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.12
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to interact with SEG-Y & Seismic Unix formatted seismic data
WWW= https://github.com/equinor/segyio
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>