openbsd-ports/x11/driftnet/Makefile

36 lines
872 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:46:09 espie Exp $
COMMENT= network sniffer that grabs and displays images
DISTNAME= driftnet-0.1.6
2012-12-23 08:25:11 -05:00
REVISION= 4
CATEGORIES= x11
HOMEPAGE= http://www.ex-parrot.com/~chris/driftnet/
MAINTAINER= Claudio Jeker <claudio@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/
2012-12-23 08:25:11 -05:00
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
2010-03-20 12:52:08 -04:00
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2012-12-23 08:25:11 -05:00
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
2010-03-20 12:52:08 -04:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcap pixman-1
2010-07-30 07:29:44 -04:00
WANTLIB += png pthread pthread-stubs xcb z ungif jpeg gdk_pixbuf-2.0
2012-12-23 08:25:11 -05:00
WANTLIB += gdk-x11-2.0 gtk-x11-2.0 GL xcb-render xcb-shm
2010-03-20 12:52:08 -04:00
MODULES= devel/gettext
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= graphics/libungif \
graphics/jpeg \
x11/gtk+2
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
.include <bsd.port.mk>