openbsd-ports/comms/xdx/Makefile

35 lines
852 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2010/11/15 00:22:50 espie Exp $
COMMENT= X DX cluster watcher
VERSION= 2.4
DISTNAME= xdx-${VERSION}
2010-10-11 04:11:24 -04:00
REVISION= 6
CATEGORIES= comms hamradio
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2009-03-06 17:29:31 -05:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2009-03-06 17:29:31 -05:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gthread-2.0 pthread xcb-render
WANTLIB += xcb-render-util gtk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0
MASTER_SITES= http://distfiles.nl/
CONFIGURE_STYLE=gnu
MODULES= devel/gettext
RUN_DEPENDS= devel/desktop-file-utils
LIB_DEPENDS= x11/gtk+2
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
2007-07-11 10:25:34 -04:00
.include <bsd.port.mk>