blob: b2116821d8e4d91ddddb278ccf5f1ade889fe62a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ytalk
# Date created: 18 March 1995
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= ytalk
PORTVERSION= 3.3.0
CATEGORIES= net
MASTER_SITES= http://www.impul.se/ytalk/
MAINTAINER= ports@FreeBSD.org
COMMENT= A new "talk" that can talk to multiple parties at once
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
MAN1= ytalk.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|