2ea6ab9955
RRCP(Realtek Remote Configuration Protocol) is protocol for making some specific low-cost dumb ethernet switches act like more expensive managed switches with no or little hardware modifications. OpenRRCP is an open-source cross-platform RRCP-based toolset, that is able to configure and fetch status from such ethernet switches. WWW: http://openrrcp.org.ru/
15 lines
351 B
Makefile
15 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/04/28 15:22:43 manu Exp $
|
|
|
|
DISTNAME= openrrcp-0.2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openrrcp/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= RealTek Remote Control Protocol tools
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
INSTALL_DIRS= src
|
|
|
|
|
|
.include "../../net/libdnet/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|