1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/science/segyio/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
402 B
Makefile

PORTNAME= segyio
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.6
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>