Files
ports/science/spglib/Makefile
T
2020-08-03 07:26:08 +00:00

23 lines
483 B
Makefile

# $FreeBSD$
PORTNAME= spglib
DISTVERSIONPREFIX= v
DISTVERSION= 1.16.0
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
COMMENT= C library for finding and handling crystal symmetries
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool # cmake is also available now, but the header path change breaks dependencies
USE_GITHUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>