ba23be18cd
Reported by: repology
21 lines
394 B
Makefile
21 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spglib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.12.2
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= C library for finding and handling crystal symmetries
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf libtool
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= atztogo
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|