mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fc684c4112
Approved by: portmgr blanket
24 lines
519 B
Makefile
24 lines
519 B
Makefile
# 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
|
|
USE_GNOME= libxml2
|
|
|
|
INFO= scli
|
|
PLIST_FILES= bin/scli man/man1/scli.1.gz
|
|
|
|
.include <bsd.port.mk>
|