mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
64620e9118
With hat: portmgr
19 lines
378 B
Makefile
19 lines
378 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= ports@FreeBSD.org
|
|
COMMENT= Daemon that connects local terminal device to a terminal server
|
|
|
|
WRKSRC= ${WRKDIR}/pr
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|