freebsd-ports/net-mgmt/seafile-gui/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00

42 lines
1.1 KiB
Makefile

PORTNAME= seafile-gui
DISTVERSIONPREFIX= v
DISTVERSION= 8.0.8
CATEGORIES= net-mgmt devel
MAINTAINER= ultima@FreeBSD.org
COMMENT= Open Source Cloud Storage (Client)
WWW= https://github.com/haiwen/seafile
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsearpc.so:devel/libsearpc \
libseafile.so:net-mgmt/seafile-client \
libsqlite3.so:databases/sqlite3 \
libjansson.so:devel/jansson \
libevent.so:devel/libevent \
libuuid.so:misc/e2fsprogs-libuuid
USES= compiler:c++11-lang cmake gnome pkgconfig qt:5 shebangfix ssl
SHEBANG_FILES= extensions/*.sh scripts/*.sh fsplugin/*.sh \
scripts/*.py
USE_GITHUB= yes
GH_ACCOUNT= haiwen
GH_PROJECT= seafile-client
USE_GNOME= glib20
USE_QT= core dbus gui network widgets \
qmake:build buildtools:build linguisttools:build
CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:PATH=include/glib-2.0 \
-DOPENSSL_INCLUDE_DIRS=${OPENSSLINC} \
-DOPENSSL_LIBRARIES="-L${OPENSSLLIB} -lcrypto"
OPTIONS_DEFINE= DEBUG NLS
NLS_USES= gettext
# Note that per PR 197984, cairo must be built with X11 and XCB options
# otherwise configure fails with "cairo needs x11 enabled" message
.include <bsd.port.mk>