aboutsummaryrefslogtreecommitdiff
path: root/net-im/fugu/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-03-18 09:19:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-03-18 09:19:23 +0000
commit1297eba1d8c482cbade5e2c83ab124c5abaa4f20 (patch)
tree9c04ebf697fa8e26f4890c6294f6438e5ac7feb9 /net-im/fugu/Makefile
parent86a7474d1cba1aee10fd43906690598dd2ca8e22 (diff)
downloadports-1297eba1d8c482cbade5e2c83ab124c5abaa4f20.tar.gz
ports-1297eba1d8c482cbade5e2c83ab124c5abaa4f20.zip
- Update to 1.2.3_4
- Take maintainership PR: 166178 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=293509
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r--net-im/fugu/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile
index 0daee57b39a3..07084b26b851 100644
--- a/net-im/fugu/Makefile
+++ b/net-im/fugu/Makefile
@@ -6,25 +6,17 @@
#
PORTNAME= fugu
-PORTVERSION= 1.1.8
-PORTREVISION= 4
+PORTVERSION= 1.2.3
CATEGORIES= net-im python
-MASTER_SITES= http://fugu.gale.org/dist/old/
+MASTER_SITES= http://fugu.gale.org/dist/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 5u623l20@gmail.com
COMMENT= A graphical client for the Gale instant messaging system
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw
USE_OPENSSL= yes
USE_PYTHON= yes
-USE_AUTOTOOLS= autoconf213
-GNU_CONFIGURE= yes
-
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= INSTALL=""
-PLIST_SUB+= PORTVERSION=${PORTVERSION}
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>