freebsd-ports/sysutils/rtty/Makefile
Christian Weisgerber 2958a44c18 Add a mirror site.
PR:		48655
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-28 13:01:52 +00:00

23 lines
474 B
Makefile

# New ports collection makefile for: rtty
# Date created: 24 Aug 1996
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= rtty
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ \
ftp://gatekeeper.research.compaq.com/pub/misc/vixie/
EXTRACT_SUFX= .shar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiuser "tip"/"cu" replacement with logging
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
.include <bsd.port.mk>