2018-10-16 22:07:52 +00:00
|
|
|
PORTNAME= molequeue
|
|
|
|
|
DISTVERSION= 0.9.0
|
2019-07-26 20:46:53 +00:00
|
|
|
PORTREVISION= 3
|
2018-10-16 22:07:52 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
MASTER_SITES= https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/
|
|
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
|
COMMENT= Desktop integration of high performance computing resources
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.openchemistry.org/projects/molequeue
|
2018-10-16 22:07:52 +00:00
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lang qt:5
|
2022-09-11 12:20:14 +02:00
|
|
|
USE_QT= core gui network widgets buildtools:build qmake:build
|
2018-10-16 22:07:52 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
|
@${RM} -r ${STAGEDIR}${PREFIX}/share/doc
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|