mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e21f53b16f
into safekeeping due to inactivity.
30 lines
674 B
Makefile
30 lines
674 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= ports@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>
|