freebsd-ports/misc/bibletime/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

37 lines
920 B
Makefile

# New ports collection makefile for: bibletime-devel
# Date created: 2008-08-12
# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bibletime
PORTVERSION= 2.6
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= An opensource Bible study tool
RUN_DEPENDS= ${LOCALBASE}/lib/libsword-1.6.1.so:${PORTSDIR}/misc/sword
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
clucene.0:${PORTSDIR}/textproc/clucene
USE_OPENSSL= yes
USE_CMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib dbus gui iconengines network phonon qtestlib script \
svg webkit xml linguist_build moc_build qmake_build \
rcc_build uic_build
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
CMAKE_USE_PTHREAD= yes
.endif
CMAKE_BUILD_TYPE= release
.include <bsd.port.post.mk>