diff options
author | Ben Woods <woodsb02@FreeBSD.org> | 2016-10-29 17:01:30 +0000 |
---|---|---|
committer | Ben Woods <woodsb02@FreeBSD.org> | 2016-10-29 17:01:30 +0000 |
commit | 49c90d66592ab11833676bf378abebff776bb533 (patch) | |
tree | 148b9331f417dc3b2a017c0f1e5fb37a48f18650 /irc/Makefile | |
parent | a4d3d31ce2266c5912a6a885557e813ca52ff36c (diff) | |
download | freebsd-ports-49c90d66592ab11833676bf378abebff776bb533.zip |
irc/quassel: split into two ports (client and server)
irc/quassel-core provides the server back-end.
irc/quassel provides the client front-end.
irc/quassel can also be built with the MONO option enabled to also
install the client and server combined into a single monolithic binary.
Submitted by: Chris Rees <crees@physics.org> (in part)
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 404ac3531658..4ef47b4701e6 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -99,6 +99,7 @@ SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel + SUBDIR += quassel-core SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services |