freebsd-ports/misc/bibletime/Makefile
Mark Linimon aac536135d Add compiler:c11 to USES to unbreak on powerpc64:
btosismorphsegmentation.cpp.o: undefined reference to sword::SWOptionFilter::SWOptionFilter

Approved by:	portmgr (tier-2 blanket)
2019-06-19 14:31:10 +00:00

20 lines
488 B
Makefile

# $FreeBSD$
PORTNAME= bibletime
PORTVERSION= 2.11.2
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= SF/${PORTNAME}/BibleTime%202/BibleTime%202%20source%20code
MAINTAINER= ericbsd@FreeBSD.org
COMMENT= Open source Bible study tool
LICENSE= GPLv2
LIB_DEPENDS= libclucene-core.so:textproc/clucene \
libsword.so:misc/sword
USES= cmake compiler:c11 qt:5 tar:xz ssl
USE_QT= buildtools core dbus gui linguist_build network script svg \
webkit xml qmake_build
.include <bsd.port.mk>