aboutsummaryrefslogtreecommitdiff
path: root/science/spglib/Makefile
blob: d3a3ff53d276fc4bec7c7c77d496e9d972f33fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	spglib
DISTVERSIONPREFIX=	v
DISTVERSION=	1.16.1
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>