2010-10-26 03:59:28 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2010/10/26 07:59:28 ajacoutot Exp $
|
2010-10-25 19:12:02 -04:00
|
|
|
|
|
|
|
COMMENT = framework for analysis of layer 2 network protocols
|
|
|
|
|
|
|
|
DISTNAME = yersinia-0.7.1
|
|
|
|
CATEGORIES = net security
|
2010-10-26 03:59:28 -04:00
|
|
|
REVISION = 0
|
2010-10-25 19:12:02 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://www.yersinia.net/
|
|
|
|
|
|
|
|
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
|
|
|
|
|
|
|
|
# GPL v2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = http://www.yersinia.net/download/
|
|
|
|
|
2010-10-26 03:57:57 -04:00
|
|
|
WANTLIB = c ncurses panel pcap pthread net
|
2010-10-25 19:12:02 -04:00
|
|
|
|
2010-10-26 03:57:57 -04:00
|
|
|
LIB_DEPENDS = :libnet->=1.1:net/libnet/1.1
|
2010-10-25 19:12:02 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ARGS = --disable-gtk \
|
|
|
|
--with-libnet-includes=${LOCALBASE}/include/libnet-1.1
|
|
|
|
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
LIBNET_CONFIG=${LOCALBASE}/bin/libnet-config-1.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yersinia
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} FAQ README \
|
|
|
|
${PREFIX}/share/doc/yersinia
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|