mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
1d9170fe49
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13069
24 lines
451 B
Makefile
24 lines
451 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pcmsolver
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.11
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= API for the Polarizable Continuum Model
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:outsource fortran python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= PCMSolver
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|"-O3 |"$${CMAKE_C_FLAGS} |' \
|
|
${WRKSRC}/cmake/custom/compilers/*.cmake
|
|
|
|
.include <bsd.port.mk>
|