mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# 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>
|