openbsd-ports/comms/xdx/Makefile
landry 4529646259 Maintenance update to xdx 2.4.
While here, regen PLIST and give it a chance to compile with gtk 2.14.
2008-10-29 11:28:36 +00:00

35 lines
885 B
Makefile

# $OpenBSD: Makefile,v 1.7 2008/10/29 11:28:36 landry Exp $
COMMENT= X DX cluster watcher
VERSION= 2.4
DISTNAME= xdx-${VERSION}
CATEGORIES= comms hamradio
HOMEPAGE= http://www.qsl.net/pg4i/linux/xdx.html
MAINTAINER= Jason Wright <jason@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pixman-1 png z
MASTER_SITES= http://www.qsl.net/pg4i/download/
CONFIGURE_STYLE= gnu
MODULES= devel/gettext
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= gtk-x11-2.0.>=400.13,gdk-x11-2.0.>=400.13,gdk_pixbuf-2.0.>=400.13::x11/gtk+2
USE_X11= Yes
.include <bsd.port.mk>