mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
89bc7fbdd1
Discussed with: portmgr
28 lines
579 B
Makefile
28 lines
579 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wammu
|
|
PORTVERSION= 0.44
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
|
|
http://dl.cihar.com.nyud.net/wammu/v0/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_aarch64= fails to build: Signal 11
|
|
|
|
LIB_DEPENDS= libGammu.so:comms/gammu
|
|
|
|
USES= gettext pkgconfig python:2.7 tar:bz2
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python:lib
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|