1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/libcli/Makefile
Mathieu Arnold a8ed171245 Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way.

Sponsored by:	Absolight
2015-09-04 16:02:16 +00:00

26 lines
410 B
Makefile

# $FreeBSD$
PORTNAME= libcli
PORTVERSION= 1.9.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GHC
MAINTAINER= tj@FreeBSD.org
COMMENT= Emulates a Cisco style command-line interface
LICENSE= LGPL21
USES= gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= dparrish
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>