xref: /mports/comms/pr/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	pr
2PORTVERSION=	1.1
3PORTREVISION=	1
4CATEGORIES=	comms net
5MASTER_SITES=	https://BSDforge.com/projects/source/comms/pr/
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Daemon that connects local terminal device to a terminal server
9WWW=		https://BSDforge.com/projects/comms/pr/
10
11LICENSE=	artistic
12
13USES=		shebangfix tar:xz
14SHEBANG_FILES=	sbin/PortRedirector sbin/PortTest
15NO_BUILD=	YES
16
17WRKSRC=		${WRKDIR}/${PORTNAME}
18PROGRAMS=	PortRedirector PortTest
19ETCFLS=		PortRedirector.conf.sample
20RCDFILES=	pr.sh.sample
21
22OPTIONS_DEFINE=	DOCS
23
24do-install:
25	(cd ${WRKSRC}/sbin && \
26		${INSTALL_SCRIPT} ${PROGRAMS} ${PREFIX}/sbin)
27	(cd ${WRKSRC}/etc/rc.d && \
28		${INSTALL_DATA} ${RCDFILES} ${PREFIX}/etc/rc.d)
29	(cd ${WRKSRC}/etc && \
30		${INSTALL_DATA} ${ETCFLS} ${PREFIX}/etc)
31
32do-install-DOCS-on:
33	@${MKDIR} ${FAKE_DESTDIR}${DOCSDIR}
34	${INSTALL_DATA} ${WRKSRC}/share/doc/pr/PR.html ${FAKE_DESTDIR}${DOCSDIR}
35
36.include <bsd.port.mk>
37

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026