mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
550 B
Makefile
28 lines
550 B
Makefile
# New ports collection makefile for: app_notify
|
|
# Date created: 23 March 2007
|
|
# Whom: mayo
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= app_notify
|
|
DISTVERSION= 2.0rc1
|
|
PORTREVISION= 2
|
|
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>
|