pkgsrc-wip/asterisk/Makefile
Marc Recht bc729d14c7 Initial import of asterisk 0.4.0
from PR pkg/22585

Asterisk is a complete PBX in software. It runs on Linux and provides
all of the features you would expect from a PBX and more. Asterisk
does voice over IP in three protocols, and can interoperate with
almost all standards-based telephony equipment using relatively
inexpensive hardware.

Asterisk provides Voicemail services with Directory, Call Conferencing,
Interactive Voice Response, Call Queuing. It has support for
three-way calling, caller ID services, ADSI, SIP and H.323 (as both
client and gateway). Check the Features section for a more complete
list.
2003-11-10 10:14:16 +00:00

15 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/11/10 10:14:16 marc Exp $
#
DISTNAME= asterisk-0.4.0
CATEGORIES= chat
MASTER_SITES= ftp://ftp.asterisk.org/pub/telephony/asterisk/ \
ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.asteriskpbx.com/
COMMENT= Open source PBX
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"