1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/science/pcmsolver/Makefile
Yuri Victorovich 1d9170fe49 New port: science/pcmsolver: API for the Polarizable Continuum Model
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13069
2017-11-14 18:05:42 +00:00

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>