8a42e42182
to transparently connect to IRC from anywhere on the world to your nick. It connects to one or more IRC servers and then allows you to connect to it with any number of clients, providing access to these servers. This is very useful if you don't want to leave IRC but still want to be able to use it from home, school or work.
14 lines
298 B
Makefile
14 lines
298 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2009/01/04 01:05:46 adrianp Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.ctrlproxy
|
|
|
|
PKG_SUPPORTED_OPTIONS= ssl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### Build in SSL support via gnutls
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mssl)
|
|
.include "../../security/gnutls/buildlink3.mk"
|
|
.endif
|