freebsd-ports/net-mgmt/scli/Makefile

27 lines
523 B
Makefile
Raw Normal View History

# New ports collection makefile for: scli
# Date created: 10 September 2001
# Whom: Michael Lyngb<67>l <lyngbol@wheel.dk>
#
# $FreeBSD$
#
PORTNAME= scli
PORTVERSION= 0.2.12
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/${PORTNAME}/
MAINTAINER= lyngbol@wheel.dk
2003-02-21 14:28:59 +01:00
COMMENT= A collection of SNMP command line management tools
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USE_GNOME= glib12
MAN1= scli.1
2003-08-16 11:40:30 +02:00
INFO= scli
PLIST_FILES= bin/scli
.include <bsd.port.mk>