freebsd-ports/deskutils/wammu/Makefile
Boris Samorodov 06b6fee954 The port now depends upon comms/gammu (since the latter
uses python by default).
2011-02-11 08:01:40 +00:00

34 lines
754 B
Makefile

# New ports collection makefile for: deskutils/wamuu-dev
# Date created: 14 May 2010
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= wammu
PORTVERSION= 0.35
PORTREVISION= 1
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
RUN_DEPENDS+= gammu:${PORTSDIR}/comms/gammu
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>