summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2011-10-11 02:13:40 +0000
committerjnemeth <jnemeth@pkgsrc.org>2011-10-11 02:13:40 +0000
commit0bdd852e068f7104120aa998418194397d9b4ea6 (patch)
tree6e69273b1e5f8a5ac50ded94d35f00c29324765a /comms
parent36e67ec495ec58d1ad09e57af84c41d112fcd627 (diff)
downloadpkgsrc-0bdd852e068f7104120aa998418194397d9b4ea6.tar.gz
Revert previous. This package is marked OWNER= for a reason!
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk18/options.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/comms/asterisk18/options.mk b/comms/asterisk18/options.mk
index 55cb0c86c75..f8396cf1180 100644
--- a/comms/asterisk18/options.mk
+++ b/comms/asterisk18/options.mk
@@ -1,13 +1,22 @@
-# $NetBSD: options.mk,v 1.4 2011/10/08 13:49:09 shattered Exp $
+# $NetBSD: options.mk,v 1.5 2011/10/11 02:13:40 jnemeth Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
-PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap spandsp
+PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap spandsp
PKG_OPTIONS_LEGACY_OPTS+= gtk:x11
PKG_SUGGESTED_OPTIONS= ldap
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= x11 unixodbc ilbc webvmail ldap spandsp
+PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap spandsp
+
+# Asterisk now uses DAHDI, not zaptel; not implemented yet...
+#.if !empty(PKG_OPTIONS:Mzaptel)
+## zaptel only supported under NetBSD at the moment
+#. include "../../comms/zaptel-netbsd/buildlink3.mk"
+#PLIST.zaptel= yes
+#.else
+#MAKE_FLAGS+= WITHOUT_ZAPTEL=1
+#.endif
# gtkconsole depends on GTK 2.x
.if !empty(PKG_OPTIONS:Mx11)