mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
03f8a6f768
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# New ports collection makefile for: pr
|
|
# Date created: 27 March 2001
|
|
# Whom: Anton Voronin <anton@urc.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pr
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= http://rnoc.urc.ac.ru/~anton/projects/files/
|
|
DISTNAME= pr-${PORTVERSION}
|
|
|
|
MAINTAINER= anton@chelcom.ru
|
|
COMMENT= A daemon that connects local terminal device to a terminal server
|
|
|
|
WRKSRC= ${WRKDIR}/pr
|
|
|
|
NO_BUILD= YES
|
|
|
|
.include <bsd.port.mk>
|