blob: 71aa27cf0a727a34e46da1420f9e93fc2cb79471 (
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
USES= python ssl
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|