diff options
author | danfe <danfe@FreeBSD.org> | 2013-09-10 12:08:18 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-09-10 12:08:18 +0800 |
commit | fcc0aaa18a7ec75b6724662774f0d5dba5bec394 (patch) | |
tree | 943e4999ac64d7d68af37fc428192aafb844ba2a /misc/bibletime | |
parent | cb7074f71c73e6750ab9b52e71a4350211c32141 (diff) | |
download | freebsd-ports-gnome-fcc0aaa18a7ec75b6724662774f0d5dba5bec394.tar.gz freebsd-ports-gnome-fcc0aaa18a7ec75b6724662774f0d5dba5bec394.tar.zst freebsd-ports-gnome-fcc0aaa18a7ec75b6724662774f0d5dba5bec394.zip |
- Now that misc/sword port is fixed, remove no longer needed USE_GCC
- While here: drop the article from COMMENT, remove LICENSE_FILE (it
was actually just vanilla GPL boilerplate), sanitize dependencies,
put USES where it's normally found; tidy up port description a bit.
Approved by: tabthorpe (maintainer, implicit)
Diffstat (limited to 'misc/bibletime')
-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/ |