0bb626ff74
- Remove USE_LDCONFIG PR: ports/146795 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
30 lines
635 B
Makefile
30 lines
635 B
Makefile
# New ports collection makefile for: massxpert
|
|
# Date created: 2010-05-14
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= massxpert
|
|
PORTVERSION= 2.3.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://download.tuxfamily.org/massxpert/source/
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= The massXpert software for (bio)chemists
|
|
|
|
USE_QT_VER= 4
|
|
USE_CMAKE= 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>
|