freebsd-ports/net-mgmt/scli/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

26 lines
523 B
Makefile

# 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= 2
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>