summaryrefslogtreecommitdiff
path: root/comms/asterisk16
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2011-10-11 03:15:50 +0000
committerjnemeth <jnemeth@pkgsrc.org>2011-10-11 03:15:50 +0000
commit8334f3ade1364ef99ac21db3fbd3f2c7cc3c98f8 (patch)
tree5893a7bbdf1a1f4b08b4ac0d2c2a780a957c6958 /comms/asterisk16
parente67851a1587b03bebdb5db13c260ef47fbcbe576 (diff)
downloadpkgsrc-8334f3ade1364ef99ac21db3fbd3f2c7cc3c98f8.tar.gz
Revert previous. This package was marked OWNER= for a reason!
Diffstat (limited to 'comms/asterisk16')
-rw-r--r--comms/asterisk16/options.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/comms/asterisk16/options.mk b/comms/asterisk16/options.mk
index aeeca93b0c9..063165aefcf 100644
--- a/comms/asterisk16/options.mk
+++ b/comms/asterisk16/options.mk
@@ -1,13 +1,22 @@
-# $NetBSD: options.mk,v 1.10 2011/10/08 13:49:09 shattered Exp $
+# $NetBSD: options.mk,v 1.11 2011/10/11 03:15:50 jnemeth Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk
-PKG_SUPPORTED_OPTIONS= x11 unixodbc ilbc webvmail ldap
+PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap
PKG_OPTIONS_LEGACY_OPTS+= gtk:x11
PKG_SUGGESTED_OPTIONS= ldap
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= x11 unixodbc ilbc webvmail ldap
+PLIST_VARS+= zaptel x11 unixodbc ilbc webvmail ldap
+
+# 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 1.x
.if !empty(PKG_OPTIONS:Mx11)