summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-06 12:05:20 +0000
committergrant <grant@pkgsrc.org>2004-03-06 12:05:20 +0000
commitdb8fec7db2dd621bf67cd92f285e55dc90bfc329 (patch)
treed7bb0064c029ed8cb211bc2f77de89adfca40092 /net
parent7ad883b38a1e41245c3c70d34b00b393ab1450c3 (diff)
downloadpkgsrc-db8fec7db2dd621bf67cd92f285e55dc90bfc329.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/Makefile19
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"