blob: 79806d985e15ee5417dc8202a6f6100e9496ff23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: ytalk
# Date created: 18 March 1995
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= ytalk
PORTVERSION= 3.1.1
CATEGORIES= net
# This site is very slow, so we use sunsite instead.
#MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ytalk/
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/network/chat
MAINTAINER= dom@happygiraffe.net
MAN1= ytalk.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|