20 lines
378 B
Makefile
20 lines
378 B
Makefile
PORTNAME= libgetar
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.3
|
|
CATEGORIES= science # physics
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library to read and write GEneric Trajectory ARchives
|
|
WWW= https://github.com/glotzerlab/libgetar
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= glotzerlab
|
|
|
|
CMAKE_ON= LIBGETAR_SHARED
|
|
|
|
.include <bsd.port.mk>
|