aboutsummaryrefslogtreecommitdiff
path: root/net-im/fugu/Makefile
blob: 9e02b9ad2ebfdf7e1a17933f0b47ecfeae3c5346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Peter Haight <peterh@sapros.com>
# $FreeBSD$

PORTNAME=	fugu
PORTVERSION=	1.2.3
PORTREVISION=	1
CATEGORIES=	net-im python
MASTER_SITES=	http://fugu.gale.org/dist/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Graphical client for the Gale instant messaging system

LICENSE=	GPLv2

RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-Pmw@${FLAVOR}

USES=		python:2.7 ssl
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>