aboutsummaryrefslogtreecommitdiff
path: root/net-im/fugu/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-04 06:24:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-04 06:24:03 +0000
commitf4635cbdb31640b716eab498ca1233d5e59e32d8 (patch)
tree8607214bc6b12dfb58bc8159457f7ddbed4be9d2 /net-im/fugu/Makefile
parentc25fdc6b6fe9080975bce2b64870c38429837659 (diff)
downloadports-f4635cbdb31640b716eab498ca1233d5e59e32d8.tar.gz
ports-f4635cbdb31640b716eab498ca1233d5e59e32d8.zip
- Add stage support
PR: 190558 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=356433
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r--net-im/fugu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile
index f06c9f08ac91..8d57e2555009 100644
--- a/net-im/fugu/Makefile
+++ b/net-im/fugu/Makefile
@@ -3,17 +3,20 @@
PORTNAME= fugu
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= net-im python
MASTER_SITES= http://fugu.gale.org/dist/
MAINTAINER= 5u623l20@gmail.com
COMMENT= A graphical client for the Gale instant messaging system
+LICENSE= GPLv2
+
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
USE_OPENSSL= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>