aboutsummaryrefslogblamecommitdiff
path: root/security/yersinia/Makefile
blob: 3db23e4e24a068475bd149a971c178d3f7f00e03 (plain) (tree)
1
2
3
4
5
6
7
8
9
                
           

                        
                     
                        

                                                 
 
                             

                                                                                   
                     
 





                                                       
                    

                                      

                   

                                      

           

                                                                              
 
                      
# 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>