diff options
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 |