15 lines
385 B
Makefile
15 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/01/25 02:11:32 grantbeattie 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= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.asteriskpbx.com/
|
|
COMMENT= Open source PBX
|
|
|
|
USE_GNU_TOOLS+= make
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|