summaryrefslogtreecommitdiff
path: root/net/asterisk-app-notify/Makefile
blob: e5f393aeab215a7b8812c1c7b1429ed5e0effec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	app_notify
# Date created:				23 March 2007
# Whom:					mayo
#
# $FreeBSD$
#

PORTNAME=	app_notify
DISTVERSION=	2.0rc1
PORTREVISION=	3
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

BUILD_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk
RUN_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk

USE_GMAKE=	yes

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>