aboutsummaryrefslogblamecommitdiff
path: root/misc/bibletime/Makefile
blob: 7b2ac4841777631a823c8bbaef2564ed635b272f (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                               




                         
                     
                 
                        
                                                                          
 
                                     
                                              
 
                     
                                 
 
                                                                         
                              
                                                      
 
                   
                   
                   
                                                                             

                                                                     
 
                      
# New ports collection makefile for:	bibletime-devel
# Date created:		2008-08-12
# Whom:			Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	bibletime
PORTVERSION=	2.9.1
PORTREVISION=	2
CATEGORIES=	misc kde
MASTER_SITES=	SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code

MAINTAINER=	tabthorpe@FreeBSD.org
COMMENT=	An opensource 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.0:${PORTSDIR}/textproc/clucene

USE_BZIP2=	yes
USE_OPENSSL=	yes
USE_CMAKE=	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>