diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 22:35:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 22:35:30 +0000 |
commit | 3fc923c38eaaec6746df8dd11dc63a9329efb26d (patch) | |
tree | 9314780997d9286d3d34aec516c9e898ab6938f9 /net/wire | |
parent | c3e066077670738e9652e80c981903780c6dfa31 (diff) | |
download | ports-3fc923c38eaaec6746df8dd11dc63a9329efb26d.tar.gz ports-3fc923c38eaaec6746df8dd11dc63a9329efb26d.zip |
Notes
Diffstat (limited to 'net/wire')
-rw-r--r-- | net/wire/Makefile | 30 | ||||
-rw-r--r-- | net/wire/distinfo | 3 | ||||
-rw-r--r-- | net/wire/pkg-descr | 8 |
3 files changed, 41 insertions, 0 deletions
diff --git a/net/wire/Makefile b/net/wire/Makefile new file mode 100644 index 000000000000..56b8ebf14087 --- /dev/null +++ b/net/wire/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: wire +# Date created: 2006-11-23 +# Whom: trasz <trasz@pin.if.uz.zgora.pl> +# +# $FreeBSD$ +# + +PORTNAME= wire +PORTVERSION= 1.1.1 +CATEGORIES= net +MASTER_SITES= http://www.zankasoftware.com/dist/ + +MAINTAINER= trasz@pin.if.uz.zgora.pl +COMMENT= Wire is a screen-oriented command line Wired client + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_ICONV= yes + +PLIST_FILES= bin/wire + +MAN1= wire.1 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5) +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.endif + +.include <bsd.port.post.mk> diff --git a/net/wire/distinfo b/net/wire/distinfo new file mode 100644 index 000000000000..74f97d7a7e72 --- /dev/null +++ b/net/wire/distinfo @@ -0,0 +1,3 @@ +MD5 (wire-1.1.1.tar.gz) = 982c80ef9b539f2e81a0fdd63db82340 +SHA256 (wire-1.1.1.tar.gz) = 62c7923e967d13513bd9397e41613e31d8432b7c0816eb09f457290e69e1864c +SIZE (wire-1.1.1.tar.gz) = 698584 diff --git a/net/wire/pkg-descr b/net/wire/pkg-descr new file mode 100644 index 000000000000..d619b2346b59 --- /dev/null +++ b/net/wire/pkg-descr @@ -0,0 +1,8 @@ +Wired is an open, modern and free version of the BBS-style +client/server system, providing chat, messaging and file +transfers. + +Wire is a screen-oriented command line Wired client. +It supports most Wired features, including file transfers. + +WWW: http://www.zankasoftware.com/wired/wire/ |