diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 14:34:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-31 14:34:32 +0000 |
commit | 6361c26b1bc7ab064e47ba3df0f1d20166c1a493 (patch) | |
tree | cb52573a1aee465090071d9f32dd8c4d7aa1e763 /audio/dtmfdial | |
parent | 0ca3f6898becfac5fe9dca9759902b0aa98c6b08 (diff) | |
download | ports-6361c26b1bc7ab064e47ba3df0f1d20166c1a493.tar.gz ports-6361c26b1bc7ab064e47ba3df0f1d20166c1a493.zip |
Notes
Diffstat (limited to 'audio/dtmfdial')
-rw-r--r-- | audio/dtmfdial/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/dtmfdial/Makefile b/audio/dtmfdial/Makefile index 07485c486a1c..cdac12e4fb37 100644 --- a/audio/dtmfdial/Makefile +++ b/audio/dtmfdial/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dtmfdial -# Date created: 26 March 2006 -# Whom: David Bushong <david@bushong.net> -# +# Created by: David Bushong <david@bushong.net> # $FreeBSD$ -# PORTNAME= dtmfdial PORTVERSION= 0.2 @@ -19,9 +15,10 @@ WRKSRC= ${WRKDIR}/dial MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= README TODO +.include <bsd.port.options.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif |