summaryrefslogtreecommitdiff
path: root/comms/p5-Asterisk/Makefile
blob: e8d63e7e84b990a6b28190beac7a2b70861195ae (plain)
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
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.1 2006/03/15 00:15:08 gavan Exp $
#

DISTNAME=		asterisk-perl-0.08
PKGNAME=		p5-Asterisk-0.08
CATEGORIES=		comms perl5
MASTER_SITES=		http://asterisk.gnuinter.net/files/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://asterisk.gnuinter.net/
COMMENT=		Collection of perl modules to be used with Asterisk

PKG_INSTALLATION_TYPES=	overwrite pkgviews

PERL5_PACKLIST=		auto/asterisk-perl/.packlist
EXAMPLES_DIR=		${PREFIX}/share/examples/p5-Asterisk

EXAMPLE_FILES=		agi-enum.agi calleridnamelookup.agi tts-line.agi
EXAMPLE_FILES+=		agi-sayani.agi manager-test.pl tts-ping.agi
EXAMPLE_FILES+=		agi-test.agi tts-bofh.agi

.for file in ${EXAMPLE_FILES}
REPLACE_PERL+=		${WRKSRC}/examples/${file}
.endfor

post-install:
	${INSTALL_SCRIPT_DIR} ${EXAMPLES_DIR}
.for file in ${EXAMPLE_FILES}
	${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLES_DIR}
.endfor

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"