pkgsrc-wip/rstart/Makefile
Blue Rats 904b1b505a Import rstart-1.0.5 as wip/rstart.
This package includes both the client and server sides implementing the protocol
described in the "A Flexible Remote Execution Protocol Based on rsh" paper found
in the specs/ subdirectory.

This software has been deprecated in favor of the X11 forwarding provided in
common ssh implementations.
2013-05-18 15:34:55 +00:00

19 lines
521 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/18 15:34:55 othyro Exp $
#
DISTNAME= rstart-1.0.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Implements "A Flexible Remote Execution Protocol Based on rsh"
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"