0a6ab96fe0
- Respect NOPORTDOCS. PR: ports/137813 (based on) Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: "N.Ersen SISECI" <siseci@EnderUNIX.org> (maintainer)
33 lines
893 B
Makefile
33 lines
893 B
Makefile
# New ports collection makefile for: voipong
|
|
# Date created: 20 May 2005
|
|
# Whom: Necati Ersen SISECI <siseci@enderunix.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= voipong
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.enderunix.org/voipong/
|
|
|
|
MAINTAINER= siseci@EnderUNIX.org
|
|
COMMENT= Detect Voice Over IP calls and dump them to separate wave files
|
|
|
|
USE_LDCONFIG= yes
|
|
PORTDOCS= ALGORITHMS AUTHORS ChangeLog COPYING INSTALL KNOWN_BUGS \
|
|
LICENSE NEWS README THANKS TODO
|
|
|
|
post-patch:
|
|
${MV} ${WRKSRC}/Makefile.bsd ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${MKDIR} ${DOCSDIR}/users-manual
|
|
${INSTALL_DATA} ${WRKSRC}/docs/users-manual/*.html ${DOCSDIR}/users-manual/
|
|
${INSTALL_DATA} ${WRKSRC}/docs/users-manual/*.css ${DOCSDIR}/users-manual/
|
|
.for doc in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
.include <bsd.port.mk>
|