diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 23:30:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-17 23:30:24 +0000 |
commit | d13fddfbc9c2095f38c98a80322face9a37d0eb8 (patch) | |
tree | e588174e8a4af88c46f576e246aac2c0487e96bc /net-im/ginsu/Makefile | |
parent | 182c3d5b171fd0cb1b9358ba15a75a69fdee7c03 (diff) |
Notes
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> |