23 lines
564 B
Makefile
23 lines
564 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bibletime
|
|
PORTVERSION= 2.10.1
|
|
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
|
|
|
|
BROKEN_FreeBSD_12= does not build on 12.X
|
|
|
|
LIB_DEPENDS= libclucene-core.so:textproc/clucene \
|
|
libsword.so:misc/sword
|
|
|
|
USES= cmake:outsource tar:xz ssl
|
|
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>
|