aboutsummaryrefslogtreecommitdiffstats
path: root/security/yersinia/Makefile
blob: 095d5a70ab49258e2cfe70fc080c5c707c920680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:    yersinia
# Date created:         Sun Jul 24 10:43:13 CEST 2005
# Whom:                 se
#
# $FreeBSD$
#

PORTNAME=   yersinia
PORTVERSION=    0.7
PORTREVISION=   2
CATEGORIES= security
MASTER_SITES=   http://www.yersinia.net/download/

MAINTAINER= se@FreeBSD.org
COMMENT=    Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)

BUILD_DEPENDS=  ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet

.if !defined(WITHOUT_GTK)
.if exists(${LOCALBASE}/include/gtk-2.0/gtk/gtk.h)
WITH_GTK=   true
.endif
.endif
.if defined(WITH_GTK)
USE_GNOME+= pkgconfig gtk20
PKGNAMESUFFIX=  -gtk
CONFLICTS=  yersinia-[0-9]*
.else
CONFIGURE_ARGS+= --disable-gtk
CONFLICTS=  yersinia-gtk-[0-9]*
.endif
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LIBNET_CONFIG="${LIBNET_CONFIG}"

LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config

#NOT_FOR_ARCHS= ia64 sparc64
MAN8=       yersinia.8
PLIST_FILES=    sbin/yersinia

post-patch:
    @${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \
        ${WRKSRC}/src/Makefile.in

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/
        ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${PREFIX}/man/man8/

.include <bsd.port.mk>