freebsd-ports/audio/voipong/Makefile
Emanuel Haupt 27498a2016 - unbreak, LICENSE file has changed
- provide SHA256 hash
- nuke pkg-plist
- restore original maintainership

PR:		89354
Submitted by:	siseci@EnderUNIX.org
2005-11-22 15:16:12 +00:00

33 lines
762 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= 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
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>