aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rcpd/Makefile
blob: 3820ba80761a8893f6252c9013616d1edf7cdb35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	rcpd
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	net-mgmt net
MASTER_SITES=	ftp://ftp.shrubbery.net/pub/rcpd/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	RCP server for routers and network devices
WWW=		https://www.shrubbery.net/rcpd/

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES=	sbin/rcpd \
		share/man/man1/rcpd.1.gz

.include <bsd.port.mk>