summaryrefslogtreecommitdiff
path: root/net-mgmt/scli/Makefile
blob: 71f7b0e251f2b7c065a6c1a204f9c032bdd985e9 (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
# 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
PORTREVISION=	1
CATEGORIES=	net-mgmt
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_GNOME=	glib12

MAN1=		scli.1
INFO=		scli
PLIST_FILES=	bin/scli

.include <bsd.port.mk>