1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/sysutils/rtty/Makefile
Vanilla I. Shu d52f915982 1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
2013-11-16 04:15:28 +00:00

20 lines
402 B
Makefile

# Created by: jkh
# $FreeBSD$
PORTNAME= rtty
PORTVERSION= 4.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.isc.org/isc/rtty/ \
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>