summaryrefslogtreecommitdiff
path: root/misc/bibletime/Makefile
blob: 656f024cf7d3e87759903b389bb4db6c3b27463a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

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

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Open source Bible study tool

LICENSE=	GPLv2

BROKEN_powerpc64=	fails to compile: btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter

LIB_DEPENDS=	libclucene-core.so:textproc/clucene \
		libsword.so:misc/sword

USES=		cmake:outsource qt:4 tar:xz ssl
USE_QT=		corelib dbus gui iconengines network phonon qtestlib script \
		svg webkit xml linguist_build moc_build qmake_build \
		rcc_build uic_build

.include <bsd.port.mk>