summaryrefslogtreecommitdiff
path: root/net-im/fugu/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-28 00:54:55 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-28 00:54:55 +0000
commit8232b2f38f9b57ab2d3c98b2e04b01f4ed4ba29f (patch)
tree64ed8b65cc023758ff67bea9558ec8da7c24a153 /net-im/fugu/Makefile
parentIO::Socket::SSL is a class implementing an object oriented (diff)
Add fugu 0.9.9e, a graphical client for the Gale secure instant messaging
system. PR: 20542 Submitted by: Peter Haight <peterh@sapros.com>
Notes
Notes: svn path=/head/; revision=34321
Diffstat (limited to 'net-im/fugu/Makefile')
-rw-r--r--net-im/fugu/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile
new file mode 100644
index 000000000000..e1d19b2a1555
--- /dev/null
+++ b/net-im/fugu/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: fugu
+# Date created: 11 August 2000
+# Whom: Peter Haight <peterh@sapros.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fugu
+PORTVERSION= 0.9.9e
+CATEGORIES= net python
+MASTER_SITES= http://fugu.gale.org/dist/
+
+MAINTAINER= peterh@sapros.com
+
+BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
+RUN_DEPENDS+= ${LOCALBASE}/lib/python1.5/site-packages/Pmw:${PORTSDIR}/x11-toolkits/pmw
+
+PYTHON_VERSION= python1.5
+PYTHON_NO_DEPENDS= yes
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL=""
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
+
+.include <bsd.port.mk>