diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-17 02:42:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-17 02:42:48 +0000 |
commit | 2d27e5e5f5fcf6db89e02cb23c71c57c4c3a72b7 (patch) | |
tree | 7b90852a9c3fabcfa174e73209b760a951cab7aa /net-im/ari-yahoo/Makefile | |
parent | 6813c0240052f0457f70dc872273987950ad8c0f (diff) |
This is a simple Yahoo Messenger client that requires no windowing system,
and it therefore can be quite useful in situations where a minimal system
is being used or when a windowing system is otherwise unavailable or
unfeasible.
PR: 22857
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=36036
Diffstat (limited to 'net-im/ari-yahoo/Makefile')
-rw-r--r-- | net-im/ari-yahoo/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-im/ari-yahoo/Makefile b/net-im/ari-yahoo/Makefile new file mode 100644 index 000000000000..c0b692115e42 --- /dev/null +++ b/net-im/ari-yahoo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ari-yahoo +# Date created: 15 November 2000 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= ari-yahoo +PORTVERSION= 1.4.1 +CATEGORIES= misc +MASTER_SITES= http://lusis.org/~ari/yahoo/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +HAS_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |