mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
14 lines
257 B
Makefile
14 lines
257 B
Makefile
MASTERDIR= ${.CURDIR}/../quassel
|
|
|
|
PORTREVISION= 1
|
|
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"
|