1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/science/spglib/Makefile
Yuri Victorovich bef6e81f97 science/spglib: Update 1.10.3 -> 1.10.4
Reported by:	portscout
2018-08-08 23:10:44 +00:00

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>