freebsd-ports/science/spglib/Makefile
Yuri Victorovich 32f6a4a84a science/spglib: Update 1.11.1 -> 1.11.1.2
Reported by:	portscout
2018-11-20 19:23:45 +00:00

21 lines
396 B
Makefile

# $FreeBSD$
PORTNAME= spglib
DISTVERSIONPREFIX= v
DISTVERSION= 1.11.1.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>