mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
670 B
Makefile
26 lines
670 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bibletime
|
|
PORTVERSION= 2.10.0
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/_rc/}
|
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
|
COMMENT= Open source Bible study tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.7.0.so:${PORTSDIR}/misc/sword17
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
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>
|