1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/libcli/Makefile
Tom Judge 00ddaefdf4 * Fix memory leak
* Take over maintainer

Feature safe:	yes
Approved by:	bapt
Approved by:	eadler (mentor)
2012-11-10 18:26:36 +00:00

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>