Changeset View
Changeset View
Standalone View
Standalone View
science/pcmsolver/Makefile
- This file was added.
| Property | Old Value | New Value |
|---|---|---|
| svn:eol-style | null | native \ No newline at end of property |
| svn:keywords | null | FreeBSD=%H \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| # $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> | |||||