mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a8ed171245
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
26 lines
410 B
Makefile
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>
|