mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
bef6e81f97
Reported by: portscout
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= spglib
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.10.4
|
|
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>
|