blob: 097fe8bd8052a7e6a28df7b67a587d198f46f8cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: rtty
# Date created: 24 Aug 1996
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= rtty
PORTVERSION= 3.2
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ \
ftp://ftp.digital.com/pub/misc/vixie/
MAINTAINER= ports@FreeBSD.org
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|