1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/dtmfdial/Makefile
Jean-Yves Lefort 143b70acd8 Add dtmfdial.
dtmfdial generates DTMF (touch tone) signals and sends them to the sound card
or stores them as a raw sound file.

PR:		ports/94988
Submitted by:	David Bushong <david@bushong.net>
2006-03-31 02:53:24 +00:00

30 lines
677 B
Makefile

# New ports collection makefile for: dtmfdial
# Date created: 26 March 2006
# Whom: David Bushong <david@bushong.net>
#
# $FreeBSD$
#
PORTNAME= dtmfdial
PORTVERSION= 0.2
CATEGORIES= audio comms
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/misc
DISTNAME= dtmf-dial-${PORTVERSION}
MAINTAINER= jylefort@FreeBSD.org
COMMENT= Generate DTMF dial tones from the command line
WRKSRC= ${WRKDIR}/dial
MAKE_ARGS= CFLAGS="${CFLAGS}"
PORTDOCS= README TODO
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>