pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ytalk-x11 initial import of ytalk-x11-3.1.1. this ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef910fd01043
branches: trunk
changeset: 470082:ef910fd01043
user: grant <grant%pkgsrc.org@localhost>
date: Sat Mar 06 12:05:20 2004 +0000
description:
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:
net/ytalk-x11/Makefile | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diffs (23 lines):
diff -r fa6d00c95957 -r ef910fd01043 net/ytalk-x11/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ytalk-x11/Makefile Sat Mar 06 12:05:20 2004 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index