4314051acd
agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.
32 lines
800 B
Makefile
32 lines
800 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/07/21 21:49:02 scw Exp $
|
|
#
|
|
|
|
DISTNAME= kphone-4.0.3
|
|
CATEGORIES= net comms
|
|
MASTER_SITES= http://www.wirlab.net/kphone/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.wirlab.net/kphone/
|
|
COMMENT= Graphical Voice Over Internet (VoIP) phone
|
|
|
|
WRKSRC= ${WRKDIR}/kphone
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
USE_X11BASE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
CONFIGURE_ENV= QTDIR="${QTDIR}"
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/kphone/kphone ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/kphone/icons
|
|
${INSTALL_DATA} ${WRKSRC}/icons/*.png ${PREFIX}/share/kphone/icons
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/ossaudio.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|