diff options
Diffstat (limited to 'misc/molequeue/Makefile')
| -rw-r--r-- | misc/molequeue/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/molequeue/Makefile b/misc/molequeue/Makefile index 44559b103963..b3f8e052e70f 100644 --- a/misc/molequeue/Makefile +++ b/misc/molequeue/Makefile @@ -1,8 +1,8 @@ PORTNAME= molequeue -DISTVERSION= 0.9.0 -PORTREVISION= 3 +DISTVERSION= 0.9.0-17 +DISTVERSIONSUFFIX= -g0a35627 CATEGORIES= misc -MASTER_SITES= https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/ +#MASTER_SITES= https://github.com/OpenChemistry/molequeue/releases/download/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Desktop integration of high performance computing resources @@ -15,6 +15,9 @@ USES= cmake compiler:c++11-lang qt:5 USE_QT= core gui network widgets buildtools:build qmake:build USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= OpenChemistry + post-install: @${RM} -r ${STAGEDIR}${PREFIX}/share/doc |
