summaryrefslogtreecommitdiff
path: root/net-mgmt/cisco_conf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cisco_conf/Makefile')
-rw-r--r--net-mgmt/cisco_conf/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/cisco_conf/Makefile b/net-mgmt/cisco_conf/Makefile
deleted file mode 100644
index f70b93e1a894..000000000000
--- a/net-mgmt/cisco_conf/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: cisco_conf
-# Date created: 27 March 2001
-# Whom: Anton Voronin <anton@urc.ac.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= cisco_conf
-PORTVERSION= 1.1
-CATEGORIES= net
-MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/
-DISTNAME= ciscoconf-${PORTVERSION}
-DIST_SUBDIR= cisco_conf
-
-MAINTAINER= anton@urc.ac.ru
-COMMENT= Simple configuration editor for Cisco devices
-
-RUN_DEPENDS= ${LOCALBASE}/bin/joe:${PORTSDIR}/editors/joe
-
-WRKSRC= ${WRKDIR}/ciscoconf
-
-NO_BUILD= YES
-
-.include <bsd.port.mk>