blob: e6d9a8292736ea103b5d86db6db7aa0055eed6f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: scli
# Date created: 10 September 2001
# Whom: Michael Lyngbøl <lyngbol@wheel.dk>
#
# $FreeBSD$
#
PORTNAME= scli
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
http://matt.peterson.org/FreeBSD/ports/
MAINTAINER= lyngbol@wheel.dk
COMMENT= A collection of SNMP command line management tools
LIB_DEPENDS= gsnmp:${PORTSDIR}/net-mgmt/gsnmp
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= libxml2
MAN1= scli.1
INFO= scli
PLIST_FILES= bin/scli
.include <bsd.port.mk>
|