blob: 59b820732aeb660361237606f776e5e1d5254cd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= bibletime
PORTVERSION= 2.11.2
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool
LICENSE= GPLv2
LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libsword.so:misc/sword
USES= cmake compiler:c11 qt:5 tar:xz ssl
USE_QT= buildtools core dbus gui linguist_build network script svg \
webkit xml qmake_build
.include <bsd.port.mk>
|