mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
db5e2bc177
Approved by: portmgr@ (implicit)
28 lines
533 B
Makefile
28 lines
533 B
Makefile
# New ports collection makefile for: libcli
|
|
# Date created: 2011-04-27
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcli
|
|
PORTVERSION= 1.9.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cloud.github.com/downloads/dparrish/libcli/
|
|
|
|
MAINTAINER= bapt@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.5 \
|
|
lib/libcli.so.1.9 \
|
|
lib/libcli.so.19 \
|
|
include/libcli.h
|
|
|
|
.include <bsd.port.mk>
|