freebsd-ports/audio/voipong/Makefile
Kris Kennaway 9fd03b4293 Reset undeliverable maintainer address:
<siseci@enderunix.org>: host mail.enderunix.org[193.140.143.23] said: 554 mail
    server permanently rejected message (#5.3.0) (in reply to end of DATA
    command)
2005-10-16 03:29:24 +00:00

32 lines
672 B
Makefile

# 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= ports@FreeBSD.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>