blob: 8581977c932bdf8ef6e512832bd73b14f65efe74 (
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
30
31
32
|
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= massxpert
DISTVERSION= 3.6.1
CATEGORIES= science
MAINTAINER= ports@FreeBSD.org
COMMENT= massXpert software for (bio)chemists
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
LIB_DEPENDS= libpcre.so:devel/pcre \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \
libexpat.so:textproc/expat2 \
libfontconfig.so:x11-fonts/fontconfig
USES= cmake gettext gnome qt:5 tar:bzip2
USE_GITLAB= yes
GL_SITE= https://salsa.debian.org/
GL_ACCOUNT= debichem-team
GL_COMMIT= c229f4a1abde3c20b83a90e50f9c5d79104dfa5f
USE_GCC= yes # build breaks in clang
USE_XORG= ice sm x11 xau xcb xdmcp xext xrender
USE_GNOME= glib20
USE_QT= core gui svg xml widgets buildtools_build qmake_build
USE_LDCONFIG= yes
.include <bsd.port.mk>
|