freebsd-ports/science/libxc/Makefile
Johannes M Dieterich 5959c99e3f science/libxc: update to 5.1.7
Changelog: https://gitlab.com/libxc/libxc/-/blob/master/ChangeLog.md

PR:		260919
Reported by:	yuri@
2022-01-05 16:50:13 -06:00

21 lines
506 B
Makefile

# Created by: Johannes Dieterich <dieterich@ogolem.org>
PORTNAME= libxc
DISTVERSION= 5.1.7
CATEGORIES= science
MASTER_SITES= https://www.tddft.org/programs/${PORTNAME}/down/${DISTVERSION}/
MAINTAINER= jmd@FreeBSD.org
COMMENT= Library of exchange-correlation functionals for DFT
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fortran gmake libtool perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --disable-static
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>