diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-25 12:50:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-25 12:50:00 +0000 |
commit | 3bf1244faee8f46048dfa5a8591f26ce8efc783d (patch) | |
tree | 0e8e8bc4abbcf83db436479f68357d5e4ee692c8 /comms/gammu/Makefile | |
parent | 8d87662b900705dfdcaaa00c3c5d7756e02460c8 (diff) | |
download | pkgsrc-3bf1244faee8f46048dfa5a8591f26ce8efc783d.tar.gz |
Initial import of gammu-1.24.0. Bluetooth support by plunky.
Gammu is a command line utility and library to work with mobile phones
from many vendors. Support for different models differs, but basic
functions should work with majority of them. The program can work with
contacts, messages (SMS, EMS and MMS), calendar, todos, file system,
integrated radio, camera, etc. It also supports a daemon mode to send
and receive SMS messages.
Gammu includes Python bindings, which allows easy scripting of
desired functionality using core functions.
Diffstat (limited to 'comms/gammu/Makefile')
-rw-r--r-- | comms/gammu/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile new file mode 100644 index 00000000000..6d8ece9b98d --- /dev/null +++ b/comms/gammu/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/05/25 12:50:00 wiz Exp $ +# + +DISTNAME= gammu-1.24.0 +CATEGORIES= comms +MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ + http://mirror.clickcreations.com/gammu/releases/ \ + http://dl.cihar.com.nyud.net/gammu/releases/ \ + ftp://dl.cihar.com/gammu/releases/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://cihar.com/gammu/ +COMMENT= Command line utility and library to work with mobile phones +LICENSE= gnu-gpl-v2 + +# cmake tests for it; unclear for what it would be used +#BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen +# for gammu-config +DEPENDS+= dialog-[0-9]*:../../misc/dialog + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_CMAKE= yes +CMAKE_ARGS+= -DINSTALL_MAN_DIR:STRING=${PKGMANDIR} + +USE_LANGUAGES= c c++ +USE_TOOLS+= bash:run +REPLACE_BASH= utils/gammu-config utils/jadmaker +PY_PATCHPLIST= yes + +# needed because of https://bugs.cihar.com/view.php?id=908 +BUILDLINK_TRANSFORM+= rm:-Werror + +#-- MySQL not found. +#-- Could not find PostgreSQL +#-- libdbi not found. +.include "../../lang/python/extension.mk" +.include "../../devel/libusb/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |