aboutsummaryrefslogtreecommitdiff
path: root/audio/voipong/Makefile
blob: 31d66bac08152ab71f2b761175e4699b7624f990 (plain) (blame)
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
32
# 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

GNU_CONFIGURE=	yes

SUB_FILES=	pkg-message
PLIST_FILES=	bin/voipong etc/voipong.conf-dist
PORTDOCS=	AUTHORS INSTALL README THANKS

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>