2005-05-24 02:53:18 +02:00
|
|
|
# New ports collection makefile for: voipong
|
|
|
|
# Date created: 20 May 2005
|
|
|
|
# Whom: Necati Ersen SISECI <siseci@enderunix.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= voipong
|
2009-08-22 04:17:22 +02:00
|
|
|
PORTVERSION= 2.0
|
2005-05-24 02:53:18 +02:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://www.enderunix.org/voipong/
|
|
|
|
|
2005-11-22 16:16:12 +01:00
|
|
|
MAINTAINER= siseci@EnderUNIX.org
|
2005-05-24 02:53:18 +02:00
|
|
|
COMMENT= Detect Voice Over IP calls and dump them to separate wave files
|
|
|
|
|
2009-08-22 04:17:22 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
PORTDOCS= ALGORITHMS AUTHORS ChangeLog COPYING INSTALL KNOWN_BUGS \
|
|
|
|
LICENSE NEWS README THANKS TODO
|
2005-05-24 02:53:18 +02:00
|
|
|
|
|
|
|
post-patch:
|
2009-08-22 04:17:22 +02:00
|
|
|
${MV} ${WRKSRC}/Makefile.bsd ${WRKSRC}/Makefile
|
2005-05-24 02:53:18 +02:00
|
|
|
|
|
|
|
post-install:
|
2009-08-22 04:17:22 +02:00
|
|
|
.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
|
2005-05-24 02:53:18 +02:00
|
|
|
.include <bsd.port.mk>
|