summaryrefslogtreecommitdiff
path: root/chat/fugu
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-29 11:33:54 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-29 11:33:54 +0000
commit4c220a94ae5290b87144c7059176017165e32ccb (patch)
treebdc66eec1fccea898f9a3b6cfb6a45525975824d /chat/fugu
parente466bb5e5746ec299b407c8dc57cda219e76a566 (diff)
downloadpkgsrc-4c220a94ae5290b87144c7059176017165e32ccb.tar.gz
convert to new Python framework
Diffstat (limited to 'chat/fugu')
-rw-r--r--chat/fugu/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/fugu/Makefile b/chat/fugu/Makefile
index ab13f349643..68dd0a7b59d 100644
--- a/chat/fugu/Makefile
+++ b/chat/fugu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/06/11 06:34:20 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/29 11:33:54 drochner Exp $
#
DISTNAME= fugu-1.0
@@ -10,10 +10,13 @@ HOMEPAGE= http://fugu.gale.org
COMMENT= graphical client for the gale secure instant messaging system
DEPENDS+= rsaref-2.0p3:../../security/rsaref/
-DEPENDS+= py-Pmw>=0.8.5:../../x11/py-Pmw/
+PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN}
LDFLAGS+= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/rsaref
+.include "../../lang/python/application.buildlink.mk"
+.include "../../x11/py-Pmw/buildlink.mk"
.include "../../mk/bsd.pkg.mk"