diff options
author | khorben <khorben> | 2012-12-17 01:16:28 +0000 |
---|---|---|
committer | khorben <khorben> | 2012-12-17 01:16:28 +0000 |
commit | 08488e6e9266a007831df24d8f7fe37cab550039 (patch) | |
tree | 9b30df493e38cf83792ec93d6551dfde5c3b29f2 /comms | |
parent | 79674826c4527d8304a6a867d99452507ed7bdb3 (diff) | |
download | pkgsrc-08488e6e9266a007831df24d8f7fe37cab550039.tar.gz |
Imported wip/deforaos-phone, the DeforaOS telephony application, under
comms/deforaos-phone (version 0.3.11)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/deforaos-phone/DESCR | 1 | ||||
-rw-r--r-- | comms/deforaos-phone/Makefile | 29 | ||||
-rw-r--r-- | comms/deforaos-phone/PLIST | 63 | ||||
-rw-r--r-- | comms/deforaos-phone/distinfo | 5 | ||||
-rw-r--r-- | comms/deforaos-phone/options.mk | 10 |
5 files changed, 108 insertions, 0 deletions
diff --git a/comms/deforaos-phone/DESCR b/comms/deforaos-phone/DESCR new file mode 100644 index 00000000000..56c8973883c --- /dev/null +++ b/comms/deforaos-phone/DESCR @@ -0,0 +1 @@ +DeforaOS GSM telephony application diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile new file mode 100644 index 00000000000..d62d6557857 --- /dev/null +++ b/comms/deforaos-phone/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2012/12/17 01:16:28 khorben Exp $ +# + +DISTNAME= Phone-0.3.11 +PKGNAME= deforaos-phone-0.3.11 +CATEGORIES= comms net +MASTER_SITES= http://www.defora.org/os/download/download/3721/ + +MAINTAINER= khorben@defora.org +HOMEPAGE= http://www.defora.org/ +COMMENT= DeforaOS desktop telephony + +LICENSE= gnu-gpl-v3 + +USE_TOOLS+= pkg-config +USE_TOOLS+= xgettext + +MAKE_FLAGS+= DESTDIR=${DESTDIR} +MAKE_FLAGS+= PREFIX=${PREFIX} + +.include "options.mk" + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../chat/libpurple/buildlink3.mk" +.include "../../devel/sofia-sip/buildlink3.mk" +.include "../../x11/deforaos-locker/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/comms/deforaos-phone/PLIST b/comms/deforaos-phone/PLIST new file mode 100644 index 00000000000..bf46d7af3ce --- /dev/null +++ b/comms/deforaos-phone/PLIST @@ -0,0 +1,63 @@ +@comment $NetBSD: PLIST,v 1.1 2012/12/17 01:16:28 khorben Exp $ +bin/phone +bin/phonectl +include/Desktop/Phone.h +include/Desktop/Phone/modem.h +include/Desktop/Phone/modems/hayes.h +include/Desktop/Phone/phone.h +include/Desktop/Phone/plugin.h +lib/Phone/modem/debug.so +lib/Phone/modem/hayes.so +lib/Phone/modem/purple.so +lib/Phone/modem/sofia.so +lib/Phone/plugins/blacklist.so +lib/Phone/plugins/debug.so +lib/Phone/plugins/engineering.so +lib/Phone/plugins/gprs.so +lib/Phone/plugins/gps.so +lib/Phone/plugins/locker.so +lib/Phone/plugins/n900.so +lib/Phone/plugins/notify.so +lib/Phone/plugins/openmoko.so +lib/Phone/plugins/oss.so +lib/Phone/plugins/panel.so +lib/Phone/plugins/profiles.so +lib/Phone/plugins/smscrypt.so +lib/Phone/plugins/systray.so +lib/Phone/plugins/ussd.so +share/applications/phone-contacts.desktop +share/applications/phone-dialer.desktop +share/applications/phone-log.desktop +share/applications/phone-messages.desktop +share/applications/phone-settings.desktop +share/icons/hicolor/16x16/apps/phone-dialer.png +share/icons/hicolor/16x16/apps/phone-drafts.png +share/icons/hicolor/16x16/apps/phone-inbox.png +share/icons/hicolor/16x16/apps/phone-n900.png +share/icons/hicolor/16x16/apps/phone-openmoko.png +share/icons/hicolor/16x16/apps/phone-roaming.png +share/icons/hicolor/16x16/apps/phone-sent.png +share/icons/hicolor/22x22/apps/phone-dialer.png +share/icons/hicolor/22x22/apps/phone-signal-00.png +share/icons/hicolor/22x22/apps/phone-signal-100.png +share/icons/hicolor/22x22/apps/phone-signal-25.png +share/icons/hicolor/22x22/apps/phone-signal-50.png +share/icons/hicolor/22x22/apps/phone-signal-75.png +share/icons/hicolor/24x24/apps/phone-dialer.png +share/icons/hicolor/24x24/apps/phone-drafts.png +share/icons/hicolor/24x24/apps/phone-inbox.png +share/icons/hicolor/24x24/apps/phone-n900.png +share/icons/hicolor/24x24/apps/phone-openmoko.png +share/icons/hicolor/24x24/apps/phone-roaming.png +share/icons/hicolor/24x24/apps/phone-sent.png +share/icons/hicolor/32x32/apps/phone-dialer.png +share/icons/hicolor/32x32/apps/phone-n900.png +share/icons/hicolor/32x32/apps/phone-openmoko.png +share/icons/hicolor/32x32/apps/phone-roaming.png +share/icons/hicolor/48x48/apps/phone-dialer.png +share/icons/hicolor/48x48/apps/phone-inbox.png +share/icons/hicolor/48x48/apps/phone-n900.png +share/icons/hicolor/48x48/apps/phone-openmoko.png +share/icons/hicolor/48x48/apps/phone-roaming.png +share/icons/hicolor/48x48/apps/phone-sent.png +share/locale/fr/LC_MESSAGES/Phone.mo diff --git a/comms/deforaos-phone/distinfo b/comms/deforaos-phone/distinfo new file mode 100644 index 00000000000..3754519e9f2 --- /dev/null +++ b/comms/deforaos-phone/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/12/17 01:16:28 khorben Exp $ + +SHA1 (Phone-0.3.11.tar.gz) = d8ed4936f84492ad5099fbcd6146b81daadcf298 +RMD160 (Phone-0.3.11.tar.gz) = 7358cfb7df41a81d86c48e19bb140cb2602c3a09 +Size (Phone-0.3.11.tar.gz) = 166060 bytes diff --git a/comms/deforaos-phone/options.mk b/comms/deforaos-phone/options.mk new file mode 100644 index 00000000000..234a24ca314 --- /dev/null +++ b/comms/deforaos-phone/options.mk @@ -0,0 +1,10 @@ +# $NetBSD: options.mk,v 1.1 2012/12/17 01:16:28 khorben Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-phone +PKG_SUPPORTED_OPTIONS= embedded + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Membedded) +MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED +.endif |