diff options
Diffstat (limited to 'science/tinker/Makefile')
-rw-r--r-- | science/tinker/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/science/tinker/Makefile b/science/tinker/Makefile index 9249e98239ef..3a5cb18b0c75 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -1,11 +1,12 @@ PORTNAME= tinker -DISTVERSION= 25.5 +DISTVERSIONPREFIX= v +DISTVERSION= 25.5.2 CATEGORIES= science -MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ MAINTAINER= yuri@FreeBSD.org COMMENT= General purpose molecular modelling package -WWW= https://dasher.wustl.edu/tinker/ +WWW= https://dasher.wustl.edu/tinker/ \ + https://github.com/TinkerTools/tinker LICENSE= TINKER LICENSE_NAME= TINKER license agreement @@ -15,8 +16,9 @@ LICENSE_PERMS= auto-accept # internal academic purposes only, no commercial use LIB_DEPENDS= libfftw3.so:math/fftw3 USES= fortran gmake +USE_GITHUB= yes +GH_ACCOUNT= TinkerTools -WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKSRC}/source INSTALL_WRKSRC= ${WRKSRC}/source |