aboutsummaryrefslogtreecommitdiff
path: root/science/massxpert/Makefile
blob: f38a0820ea2c2410f71e1f0677e0653b278f6902 (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
# New ports collection makefile for:	massxpert
# Date created:		2010-05-14
# Whom:			Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#

PORTNAME=	massxpert
PORTVERSION=	3.1.0
CATEGORIES=	science
MASTER_SITES=	http://download.tuxfamily.org/massxpert/source/

MAINTAINER=	g.veniamin@googlemail.com
COMMENT=	The massXpert software for (bio)chemists

LICENSE=	GPLv3

USE_QT_VER=	4
USE_CMAKE=	yes
USE_LDCONFIG=	yes
QT_COMPONENTS=	gui xml rcc_build qmake_build uic_build moc_build \
		svg
MAN7=		massxpert-data.7
MAN1=		massxpert.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
CMAKE_USE_PTHREAD=	yes
.endif

.include <bsd.port.post.mk>