freebsd-ports/deskutils/wammu/Makefile
Boris Samorodov 0b893d4781 1. Update to version 0.34. Changes:
* Fixed handling error when SMSC is not configured in phone (bug #1244).
    * Drop dependency of RPM on python-xml, it's not needed anymore (bug #1248).
    * Better error messages on non existing devices or on wrong privileges.
    * Support for storing call entry as new contact (bug #1283).
    * More user friendly errors from talkback dialog.
    * Lot of translations were updated.
2. Add LICENSE.
2010-09-11 10:36:16 +00:00

34 lines
751 B
Makefile

# New ports collection makefile for: deskutils/wamuu-dev
# Date created: 14 May 2010
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= wammu
PORTVERSION= 0.34
CATEGORIES= deskutils
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
http://dl.cihar.com.nyud.net/wammu/v0/
MAINTAINER= bsam@FreeBSD.org
COMMENT= GUI program to manage contacts, todos, calendar and messages in your phone
BUILD_DEPENDS+= gammu:${PORTSDIR}/comms/gammu-python
RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu-python
LICENSE= GPLv2
USE_GETTEXT= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_WX= 2.6+
WX_COMPS= python:lib
WX_UNICODE= yes
USE_GNOME= pkgconfig
MANLANG= "" cs de it nl
MAN1= wammu.1 wammu-configure.1
.include <bsd.port.mk>