diff options
author | grant <grant@pkgsrc.org> | 2004-03-06 12:05:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-06 12:05:20 +0000 |
commit | ea50514f484d15535efecc67eed6648d9152ad65 (patch) | |
tree | d7bb0064c029ed8cb211bc2f77de89adfca40092 /net | |
parent | 86af3a58c605c31d344a339894034dd1dd73461b (diff) | |
download | pkgsrc-ea50514f484d15535efecc67eed6648d9152ad65.tar.gz |
initial import of ytalk-x11-3.1.1. this package is the same as
net/ytalk with optional X11 support enabled.
YTalk is a compatible replacement for the Unix talk(1) program,
which adds a number of features. Mainly, it can talk to more than
one person at a time, and it can talk to the two different types
of talk daemons out there.
YTalk supports multi-homed hosts, and provides a basic, optional
X interface.
Diffstat (limited to 'net')
-rw-r--r-- | net/ytalk-x11/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ytalk-x11/Makefile b/net/ytalk-x11/Makefile new file mode 100644 index 00000000000..a5a87d3cfc4 --- /dev/null +++ b/net/ytalk-x11/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/06 12:05:20 grant Exp $ + +.include "../../net/ytalk/Makefile.common" + +PKGNAME= ytalk-x11-3.1.1 +CATEGORIES+= x11 +COMMENT= Multi-user replacement for UNIX talk (includes X11 support) + +CONFIGURE_ARGS+=--with-x +USE_X11= yes + +CONFLICTS+= ytalk-[0-9]* + +DESCR_SRC= ${.CURDIR}/../../net/ytalk/DESCR +DISTINFO_FILE= ${.CURDIR}/../../net/ytalk/distinfo +PATCHDIR= ${.CURDIR}/../../net/ytalk/patches +PLIST_SRC= ${.CURDIR}/../../net/ytalk/PLIST + +.include "../../mk/bsd.pkg.mk" |