aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bibletime/Makefile
blob: 2260b50f89bc6fa2b765e6b6e281abdc0606a5ff (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
33
34
35
36
37
# New ports collection makefile for:    bibletime-devel
# Date created:     2008-08-12
# Whom:         Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   bibletime
PORTVERSION=    2.4
CATEGORIES= misc kde
MASTER_SITES=   SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code

MAINTAINER= tabthorpe@FreeBSD.org
COMMENT=    An opensource Bible study tool

RUN_DEPENDS=    ${LOCALBASE}/lib/libsword-1.6.0.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS=  ${RUN_DEPENDS}
LIB_DEPENDS=    boost_python:${PORTSDIR}/devel/boost-python-libs \
        clucene.0:${PORTSDIR}/textproc/clucene

USE_OPENSSL=    yes
USE_CMAKE=  yes
USE_QT_VER= 4
QT_COMPONENTS=  corelib dbus gui iconengines network qtestlib script svg xml \
        webkit moc_build qmake_build rcc_build uic_build

CONFLICTS=  bibletime-kde3-1*

.include <bsd.port.pre.mk>

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

CMAKE_BUILD_TYPE=   Release

.include <bsd.port.post.mk>