summaryrefslogtreecommitdiff
path: root/net/pconsole/Makefile
blob: 9b527ad92f9031e29d61b72f16cac8675c314f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.4 2006/10/04 21:53:17 wiz Exp $
#

DISTNAME=	pconsole-1.0
CATEGORIES=	net
MASTER_SITES=	http://www.ka.sara.nl/home/walter/pconsole/

MAINTAINER=	frueauf@NetBSD.org
HOMEPAGE=	http://www.ka.sara.nl/home/walter/pconsole/
COMMENT=	Parallel console tool to access several host via one input tty

GNU_CONFIGURE=	yes

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pconsole
	cd ${WRKSRC} && ${INSTALL_DATA} \
	 	README.pconsole ${PREFIX}/share/doc/pconsole

post-patch:
	${MV} ${WRKSRC}/pconsole.sh.in ${WRKSRC}/pconsole.sh.in.pre
	${SED} -e 's|@PREFIX@|${PREFIX}|g'		\
		-e 's|@X11PREFIX@|${X11PREFIX}|g'	\
		< ${WRKSRC}/pconsole.sh.in.pre		\
		> ${WRKSRC}/pconsole.sh.in

.include "../../mk/bsd.pkg.mk"