pkgsrc/comms/zaptel-netbsd/Makefile
riz 80cb7e03a5 Initial import of zaptel-netbsd, approved by jmcneill.
This package provides the "zaptel" drivers, which support the Asterisk
software PBX, ported to NetBSD.

These are some drivers and auxiliary tools for NetBSD in support of
the Asterisk PBX.  The wcfxo driver supports the Wildcard X100P/X101P and
clones, the wcfxs driver supports the Wildcard TDM400p, and the ztdummy
driver provides a software-only timer device which makes conferencing
work much better. (That is, if you run Asterisk, you may want these
drivers even if you don't have any of the hardware)

The T1 board driver has not yet been ported.
2005-04-08 03:03:42 +00:00

26 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/04/08 03:03:42 riz Exp $
#
DISTNAME= zaptel-netbsd-20050404
CATEGORIES= comms
MASTER_SITES= http://www.tastylime.net/netbsd/zaptel/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= riz@NetBSD.org
HOMEPAGE= http://www.tastylime.net/netbsd/zaptel/
COMMENT= The "zaptel" drivers and utils for the Asterisk Software PBX
ONLY_FOR_PLATFORM= NetBSD-[2-9]*-*
INSTALLATION_DIRS= lkm
ZAPTEL_KERNEL_ENV?= # empty
BUILD_DEFS+= ZAPTEL_KERNEL_ENV
MAKE_ENV+= ZAPTEL_KERNEL_ENV=${ZAPTEL_KERNEL_ENV:Q}
CONF_FILES= ${PREFIX}/share/examples/zaptel/zaptel.conf \
${PKG_SYSCONFDIR}/zaptel.conf
USE_PKGINSTALL= yes
RCD_SCRIPTS= ztcfg
.include "../../devel/newt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"