blob: 6be6169175f79137550beaffd5cff28684f2d0c8 (
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
|
# Created by: Michael Lyngbøl <lyngbol@wheel.dk>
# $FreeBSD$
PORTNAME= scli
PORTVERSION= 0.3.1
PORTREVISION= 2
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= libgsnmp.so:${PORTSDIR}/net-mgmt/gsnmp
GNU_CONFIGURE= yes
USES= gmake pkgconfig readline
USE_GNOME= libxml2
INFO= scli
PLIST_FILES= bin/scli man/man1/scli.1.gz
.include <bsd.port.mk>
|