mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
37e782dfbc
minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
19 lines
377 B
Makefile
19 lines
377 B
Makefile
# Created by: Anton Voronin <anton@urc.ac.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pr
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= comms net
|
|
MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
|
|
DISTNAME= pr-${PORTVERSION}
|
|
|
|
MAINTAINER= anton@chelcom.ru
|
|
COMMENT= Daemon that connects local terminal device to a terminal server
|
|
|
|
WRKSRC= ${WRKDIR}/pr
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|