aboutsummaryrefslogblamecommitdiff
path: root/net-mgmt/scli/Makefile
blob: 9e2fc857d39b16eed5655de60a4c031c2d07def6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
           
 
                    
                     
                 
                        

                                                              

                                
                                                                  
 
                                          

                   
                                                
                       
 
                    

                                           
                      
# Created by: Michael Lyngbøl <lyngbol@wheel.dk>
# $FreeBSD$

PORTNAME=	scli
PORTVERSION=	0.3.1
PORTREVISION=	4
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:net-mgmt/gsnmp

GNU_CONFIGURE=	yes
USES=		gmake ncurses pkgconfig readline
USE_GNOME=	libxml2

INFO=		scli
PLIST_FILES=	bin/scli man/man1/scli.1.gz

.include <bsd.port.mk>