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