mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
25 lines
574 B
Makefile
25 lines
574 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bibletime
|
|
PORTVERSION= 2.10.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= Open source Bible study tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene \
|
|
libsword.so:${PORTSDIR}/misc/sword
|
|
|
|
USES= cmake:outsource
|
|
USE_XZ= yes
|
|
USE_OPENSSL= yes
|
|
USE_QT4= 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>
|