2007-03-25 23:48:09 +02:00
|
|
|
# New ports collection makefile for: app_notify
|
|
|
|
# Date created: 23 March 2007
|
|
|
|
# Whom: mayo
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= app_notify
|
2008-02-07 18:18:48 +01:00
|
|
|
DISTVERSION= 2.0rc1
|
2009-02-08 04:14:14 +01:00
|
|
|
PORTREVISION= 4
|
2007-03-25 23:48:09 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.mezzo.net/asterisk/ \
|
|
|
|
http://static.oyam.ca/freebsd/ports/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= mayo@oyam.ca
|
|
|
|
COMMENT= Notify application module for the Asterisk PBX
|
|
|
|
|
2008-02-07 18:18:48 +01:00
|
|
|
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
|
|
|
RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
|
2007-03-25 23:48:09 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|