1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/yersinia/Makefile
2018-02-19 17:32:14 +00:00

34 lines
783 B
Makefile

# Created by: se
# $FreeBSD$
PORTNAME= yersinia
PORTVERSION= 0.8.2
CATEGORIES= security
MASTER_SITES= GH
# MASTER_SITES= http://www.yersinia.net/download/
MAINTAINER= ayu@commun.jp
COMMENT= Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)
LICENSE= GPLv2
LIB_DEPENDS= libnet.so:net/libnet \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= autoreconf ncurses pkgconfig
USE_GNOME+= cairo gdkpixbuf2 gtk20
PKGNAMESUFFIX= -gtk
USE_GITHUB= yes
GH_TUPLE= tomac:yersinia:8c0d7c5
GNU_CONFIGURE= yes
PLIST_FILES= sbin/yersinia \
man/man8/yersinia.8.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/
.include <bsd.port.mk>