mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
00ddaefdf4
* Take over maintainer Feature safe: yes Approved by: bapt Approved by: eadler (mentor)
24 lines
423 B
Makefile
24 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libcli
|
|
PORTVERSION= 1.9.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/
|
|
|
|
MAINTAINER= tj@FreeBSD.org
|
|
COMMENT= Emulates a Cisco style command-line interface
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= lib/libcli.so \
|
|
lib/libcli.so.1.9.6 \
|
|
lib/libcli.so.1.9 \
|
|
lib/libcli.so.19 \
|
|
include/libcli.h
|
|
|
|
.include <bsd.port.mk>
|