mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
348 B
Makefile
18 lines
348 B
Makefile
# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rcpd
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net-mgmt net
|
|
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rcpd/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= RCP server for routers and network devices
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= rcpd.1
|
|
PLIST_FILES= sbin/rcpd
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|