diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-18 07:30:24 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-18 07:30:24 +0800 |
commit | a48ba9ef160f2bb027d97e9a660a1b5fc405a998 (patch) | |
tree | 1eddc7b2a6bb3c288ec82895510714a16f54649a /net-im/ginsu/Makefile | |
parent | 08799a5b6f8a15dc8c5f4ef4e1d4617263a64c00 (diff) | |
download | freebsd-ports-gnome-a48ba9ef160f2bb027d97e9a660a1b5fc405a998.tar.gz freebsd-ports-gnome-a48ba9ef160f2bb027d97e9a660a1b5fc405a998.tar.zst freebsd-ports-gnome-a48ba9ef160f2bb027d97e9a660a1b5fc405a998.zip |
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 <jason-fbsd-ports-ginsu@shalott.net>
Reviewed by: edwin (implicitly)
Diffstat (limited to 'net-im/ginsu/Makefile')
-rw-r--r-- | net-im/ginsu/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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 <jason-fbsd-ports-ginsu@shalott.net> +# +# $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 <bsd.port.mk> |