Update misc/parley to version 20.08.1
[dports.git] / misc / molequeue / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       molequeue
4 DISTVERSION=    0.9.0
5 PORTREVISION=   3
6 CATEGORIES=     misc
7 MASTER_SITES=   https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/
8
9 MAINTAINER=     yuri@FreeBSD.org
10 COMMENT=        Desktop integration of high performance computing resources
11
12 LICENSE=        GPLv2
13 LICENSE_FILE=   ${WRKSRC}/LICENSE
14
15 USES=           cmake compiler:c++11-lang qt:5
16 USE_QT=         core gui network widgets buildtools_build qmake_build
17 USE_LDCONFIG=   yes
18
19 post-install:
20         @${RM} -r ${STAGEDIR}${PREFIX}/share/doc
21
22 .include <bsd.port.mk>