# Created by: Mathieu Arnold # $FreeBSD$ PORTNAME= mirall PORTVERSION= 1.4.0 CATEGORIES= deskutils MASTER_SITES= http://download.owncloud.com/download/ MAINTAINER= mat@FreeBSD.org COMMENT= The ownCloud Desktop Syncing Client LICENSE= GPLv2 LIB_DEPENDS= libocsync.so:${PORTSDIR}/net/owncloud-csync \ libinotify.so:${PORTSDIR}/devel/libinotify \ libqtkeychain.so:${PORTSDIR}/security/qtkeychain USES= cmake:outsource pkgconfig gmake USE_BZIP2= USE_QT4= corelib dbus gui linguist moc network qmake qtestlib rcc uic webkit xml CMAKE_ENV= CSYNC_DIR=${LOCALBASE} CMAKE_ARGS= -DCSYNC_INCLUDE_PATH:STRING=${LOCALBASE}/include/ocsync/ USE_GCC= 4.6+ USE_LDCONFIG= yes INSTALLS_ICONS= yes # It seems to be able to generate docs, but, it's not working. # # OPTIONS_DEFINE= DOCS # OPTIONS_DEFAULT= # # DOCS_BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx # # .include # # .if ${PORT_OPTIONS:MDOCS} # USE_TEX= latex:build # .endif .include