mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f18538b989
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
24 lines
567 B
Makefile
24 lines
567 B
Makefile
# Created by: kris@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scanssh
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 12
|
|
CATEGORIES= security net
|
|
MASTER_SITES= http://www.monkey.org/~provos/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Scans networks for open proxies, SSH, web, and SMTP servers
|
|
|
|
LIB_DEPENDS= libdnet.so:net/libdnet \
|
|
libevent.so:devel/libevent
|
|
|
|
GNU_CONFIGURE= YES
|
|
PLIST_FILES= bin/scanssh man/man1/scanssh.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/scanssh ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/scanssh.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|