blob: ffe48fad27d116aa9dc67d5ce78f0d76697e2f0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: ytalk
# Date created: 18 March 1995
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= ytalk
PORTVERSION= 3.1.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.iagora.com/~espel/ytalk/
MAINTAINER= dom@happygiraffe.net
COMMENT= A new "talk" that can talk to multiple parties at once
MAN1= ytalk.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|