mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
e6e4ab33c4
- Qt decides at run-time which SQL drivers are installed and only then allows running Quassel with those database backends. - Also reformat to minimise diff of irc/quassel-core (slave) from irc/quassel (master) as much as possible (per recommendation in the Porter's handbook). PR: 215026 Submitted by: Christian Schwarz <me@cschwarz.com> Approved by: adamw (mentor, implicit)
13 lines
218 B
Makefile
13 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../quassel
|
|
|
|
PKGNAMESUFFIX= -core
|
|
|
|
COMMENT= Qt 5 based distributed IRC client (core/server only)
|
|
|
|
OPTIONS_EXCLUDE=CLIENT MONO NLS
|
|
OPTIONS_SLAVE= CORE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|