opnsense-ports/science/libxc/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

27 lines
625 B
Makefile

# Created by: Johannes Dieterich <dieterich@ogolem.org>
# $FreeBSD$
PORTNAME= libxc
PORTVERSION= 3.0.0
PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= http://www.tddft.org/programs/octopus/download/libxc/
MAINTAINER= dieterich@ogolem.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
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e '/^pkgconfigdir =/s,libdir),prefix)/libdata,' \
${WRKSRC}/build/Makefile.in
.include <bsd.port.mk>