From cf510688984b92638e8f40f2abdcb6ff8523ebc4 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 17 Dec 2000 02:42:48 +0000 Subject: 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 --- net/ari-yahoo/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/ari-yahoo/Makefile (limited to 'net/ari-yahoo/Makefile') diff --git a/net/ari-yahoo/Makefile b/net/ari-yahoo/Makefile new file mode 100644 index 000000000000..c0b692115e42 --- /dev/null +++ b/net/ari-yahoo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ari-yahoo +# Date created: 15 November 2000 +# Whom: George Reid +# +# $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 -- cgit