freebsd-ports/sysutils/rtty/Makefile

24 lines
474 B
Makefile
Raw Normal View History

# New ports collection makefile for: rtty
# Date created: 24 Aug 1996
# Whom: jkh
1996-08-24 20:46:57 +02:00
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
1996-08-24 20:46:57 +02:00
#
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
1996-08-24 20:46:57 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Multiuser "tip"/"cu" replacement with logging
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
1996-08-24 20:46:57 +02:00
.include <bsd.port.mk>