aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/rcpd/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-16 22:26:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-16 22:26:15 +0000
commita08308fc3228620fa73b3779cba18c40f7afe0c8 (patch)
tree27428f4508602432815c6554f540e309333b9662 /net-mgmt/rcpd/Makefile
parenteb67377ed309ffb04e2ebd3d22aceff02106c787 (diff)
downloadports-a08308fc3228620fa73b3779cba18c40f7afe0c8.tar.gz
ports-a08308fc3228620fa73b3779cba18c40f7afe0c8.zip
Notes
Diffstat (limited to 'net-mgmt/rcpd/Makefile')
-rw-r--r--net-mgmt/rcpd/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/rcpd/Makefile b/net-mgmt/rcpd/Makefile
new file mode 100644
index 000000000000..ae37e73f42a0
--- /dev/null
+++ b/net-mgmt/rcpd/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rcpd
+# Date created: 2006-12-16
+# Whom: Babak Farrokhi <farrokhi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rcpd
+PORTVERSION= 1.2
+CATEGORIES= net-mgmt net
+MASTER_SITES= ftp://ftp.shrubbery.net/pub/rcpd/
+
+MAINTAINER= farrokhi@FreeBSD.org
+COMMENT= RCP server for routers and network devices
+
+GNU_CONFIGURE= yes
+MAN1= rcpd.1
+PLIST_FILES= sbin/rcpd
+
+.include <bsd.port.pre.mk>
+.include <bsd.port.post.mk>