aboutsummaryrefslogtreecommitdiff
path: root/science/massxpert/Makefile
blob: 289a32633b4dc0fff1395199b5079d0c50b0a0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>

PORTNAME=	massxpert
DISTVERSION=	6.0.3
CATEGORIES=	science

MAINTAINER=	salvadore@FreeBSD.org
COMMENT=	Software suite for (bio)chemists

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2 \
		libpng.so:graphics/png

USES=		cmake compiler:c++17-lang gnome qt:5 xorg
USE_GITLAB=	yes
GL_SITE=	https://salsa.debian.org/
GL_ACCOUNT=	debichem-team
GL_COMMIT=	a21ad33eee0314df202146392023dfb3868b7d84
USE_GNOME=	glib20
USE_QT=		core gui printsupport svg widgets xml buildtools_build \
		qmake_build
USE_XORG=	ice sm x11 xau xcb xdmcp xext xrender

.include <bsd.port.mk>