1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/irc/quassel-core/Makefile
Ben Woods e6e4ab33c4 irc/quassel and irc/quassel-core: Add PostgreSQL option
- 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)
2016-12-24 03:48:30 +00:00

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"