summaryrefslogtreecommitdiff
path: root/net-mgmt/scli/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/scli/Makefile')
-rw-r--r--net-mgmt/scli/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mgmt/scli/Makefile b/net-mgmt/scli/Makefile
deleted file mode 100644
index 477438bf0374..000000000000
--- a/net-mgmt/scli/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: scli
-# Date created: 10 September 2001
-# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= scli
-PORTVERSION= 0.2.12
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/
-
-MAINTAINER= lyngbol@wheel.dk
-COMMENT= A collection of SNMP command line management tools
-
-LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
-
-GNU_CONFIGURE= yes
-USE_GNOMENG= yes
-USE_GNOME= glib12
-
-MAN1= scli.1
-
-.include <bsd.port.mk>