691255568a
Python. As well as the basic phone, the package also includes a number of other applications - * shtoom - the end-user phone * shtam - a simple answering machine/voicemail application * shmessage - an announcement server Shtoom should work on Windows, Linux and Mac OS X. It ships with user interfaces for Qt/KDE, Gtk/GNOME, Tk and a command line. There will hopefully be native user interfaces for Windows and the Mac soon, until then, the Tk interface works on those platforms.
23 lines
618 B
Makefile
23 lines
618 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/05/27 10:58:58 mpasternak Exp $
|
|
#
|
|
|
|
DISTNAME= shtoom-0.2
|
|
PKGNAME= ${PYPKGPREFIX}-shtoom-0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=shtoom/}
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://shtoom.sourceforge.net/
|
|
COMMENT= Software VoIP telephony in Python
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/shtoom/ui/gnomeui/shtoom.glade \
|
|
${PREFIX}/${PYSITELIB}/shtoom/ui/gnomeui/shtoom.glade
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|