openbsd-ports/net/ettercap/Makefile

45 lines
1023 B
Makefile
Raw Normal View History

2005-11-14 07:31:20 -05:00
# $OpenBSD: Makefile,v 1.29 2005/11/14 12:31:20 wilfried Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "multi-purpose sniffer/interceptor/logger"
VER= 0.6.b
DISTNAME= ettercap-${VER}
2005-11-14 07:31:20 -05:00
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://ettercap.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/} \
${MASTER_SITE_PACKETSTORM:=sniffers/ettercap/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= pthread c crypto des form ncurses ssl
FLAVORS= no_x11
FLAVOR?=
2001-09-22 17:31:01 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-https
2005-11-14 07:31:20 -05:00
BUILD_DEPENDS= ::devel/pkgconfig
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --enable-gtk=no
2003-05-13 07:22:53 -04:00
.else
LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
2005-11-14 07:31:20 -05:00
WANTLIB+= X11 atk-1.0.0.0 cairo fontconfig \
2004-12-15 19:31:20 -05:00
freetype glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 iconv intl m pango-1.0.0.0 \
2005-11-14 07:31:20 -05:00
pangocairo-1.0.0.0 pangoft2-1.0.0.0
.endif
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
.include <bsd.port.mk>