summaryrefslogtreecommitdiffstats
path: root/audio/voipong/Makefile
blob: ab3492bb7c7d517932136190cef2fa179d11543a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	voipong
# Date created:			20 May 2005
# Whom:				Necati Ersen SISECI <siseci@enderunix.org>
#
# $FreeBSD$
#

PORTNAME=	voipong
PORTVERSION=	1.1
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_REINPLACE=	yes
GNU_CONFIGURE=	yes

SUB_FILES=	pkg-message

post-patch:
	@${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure
	@${REINPLACE_CMD} -e \
		's|$${prefix}/share/voipong|${DOCSDIR}|; \
		 s|COPYING||; s|LICENSE||' \
		${WRKSRC}/Makefile.in

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud