1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/libcli/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

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>