diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-09-10 04:08:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-09-10 04:08:18 +0000 |
commit | 1bc1b10c9080a82d4e3179c61c9eea640aa74ae8 (patch) | |
tree | 943e4999ac64d7d68af37fc428192aafb844ba2a /misc | |
parent | 706f03c7f68708a179f13d935b69c8a9d7af959b (diff) | |
download | ports-1bc1b10c9080a82d4e3179c61c9eea640aa74ae8.tar.gz ports-1bc1b10c9080a82d4e3179c61c9eea640aa74ae8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime/Makefile | 11 | ||||
-rw-r--r-- | misc/bibletime/pkg-descr | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index b86c47337ed4..5b09368becd3 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -6,19 +6,16 @@ CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code MAINTAINER= tabthorpe@FreeBSD.org -COMMENT= An opensource Bible study tool +COMMENT= Open source Bible study tool LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.2.so:${PORTSDIR}/misc/sword -BUILD_DEPENDS:= ${RUN_DEPENDS} -LIB_DEPENDS= clucene-core:${PORTSDIR}/textproc/clucene +LIB_DEPENDS= libsword.so:${PORTSDIR}/misc/sword \ + libclucene-core.so:${PORTSDIR}/textproc/clucene -USE_GCC= any +USES= cmake USE_BZIP2= yes USE_OPENSSL= yes -USES= cmake USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build diff --git a/misc/bibletime/pkg-descr b/misc/bibletime/pkg-descr index afb4781dbf49..bb5fe9828030 100644 --- a/misc/bibletime/pkg-descr +++ b/misc/bibletime/pkg-descr @@ -1,5 +1,5 @@ -BibleTime is an open source Bible study application, based on the -Sword library which provides access to all the different text modules -created by the Crosswire Bible Society. +BibleTime is an open source Bible study application, based on the Sword +library which provides access to all the different text modules created +by the Crosswire Bible Society. -WWW: http://www.bibletime.info/ +WWW: http://www.bibletime.info/ |