aboutsummaryrefslogtreecommitdiff
path: root/science/massxpert/Makefile
blob: af5fd4ad420961e3ecdbd3e26650a74140f98884 (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
PORTNAME=	massxpert
DISTVERSION=	6.0.3
PORTREVISION=	1
CATEGORIES=	science

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Software suite for (bio)chemists
WWW=		http://www.msxpertsuite.org

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

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_TAGNAME=	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>