23 lines
502 B
Makefile
23 lines
502 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wammu
|
|
PORTVERSION= 0.36
|
|
PORTREVISION= 8
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
|
|
http://dl.cihar.com.nyud.net/wammu/v0/
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu
|
|
|
|
USES= gettext pkgconfig python tar:bz2
|
|
USE_PYTHON= distutils
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python:lib
|
|
|
|
.include <bsd.port.mk>
|