summaryrefslogtreecommitdiff
path: root/science/libvdwxc/Makefile
blob: b5f28ff41c082febfa3eed83199d3de6e449837a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libvdwxc
DISTVERSION=	0.4.6.20190510
CATEGORIES=	science

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Van der Waals density functional (DFT) library
WWW=		https://libvdwxc.org/

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libfftw3.so:math/fftw3

USES=		autoreconf gmake libtool localbase
GNU_CONFIGURE=	yes
USE_GITLAB=	yes
GL_TAGNAME=	b1e0dd854310410012d05daf4c6661b49f31b2ab
CONFIGURE_ARGS=	--disable-static
USE_LDCONFIG=	yes

post-stage:
	@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} lib/libvdwxc.so.0.0.0 lib/libvdwxcfort.so.0.0.0

.include <bsd.port.mk>