From a48ba9ef160f2bb027d97e9a660a1b5fc405a998 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 17 Nov 2003 23:30:24 +0000 Subject: Add port net/ginsu, a threaded client for the gale secure chat system. Compiles on both 4.x and 5.x. PR: ports/46005 Submitted by: Jason Stone Reviewed by: edwin (implicitly) --- net-im/ginsu/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net-im/ginsu/Makefile (limited to 'net-im/ginsu/Makefile') diff --git a/net-im/ginsu/Makefile b/net-im/ginsu/Makefile new file mode 100644 index 000000000000..16366550a82b --- /dev/null +++ b/net-im/ginsu/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ginsu +# Date created: 04 December 2002 +# Whom: Jason Stone +# +# $FreeBSD$ +# + +PORTNAME= ginsu +PORTVERSION= 0.4.1 +CATEGORIES= net +MASTER_SITES= http://repetae.net/john/computer/ginsu/drop/ + +MAINTAINER= jason-fbsd-ports-ginsu@shalott.net +COMMENT= A client for the gale secure instant messaging system + +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc + +GNU_CONFIGURE= yes + +MAN1= ginsu.1 + +.include -- cgit