mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# 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>
|