blob: 86fe56628b580a134b29c279a4ca9ef6710a1ca0 (
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
# Version required: 3.1.1
# Date created: 18 March 1995
# Whom: dom@myrddin.demon.co.uk
#
# $FreeBSD$
#
DISTNAME= ytalk-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@myrddin.demon.co.uk
MAN1= ytalk.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|