Quassel 0.14-rc1 pre-release have full support for Qt 5.5+ While here, adopt port and add some KDE/KF5 integration options
12 lines
241 B
Makefile
12 lines
241 B
Makefile
MASTERDIR= ${.CURDIR}/../quassel
|
|
|
|
PKGNAMESUFFIX= -core
|
|
|
|
COMMENT= Qt 5 based distributed IRC client (core/server only)
|
|
|
|
CMAKE_OFF= ENABLE_SHARED
|
|
|
|
OPTIONS_EXCLUDE=CLIENT KDE MONO SPELL NLS
|
|
OPTIONS_SLAVE= CORE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|