mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
23 lines
385 B
Makefile
23 lines
385 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmsym
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.3
|
|
DISTVERSIONSUFFIX= -paper
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Molecular point group symmetry library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mcodev31
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON
|
|
|
|
.include <bsd.port.mk>
|