# New ports collection makefile for:   libdmx
# Date Created:			8 Feb 2006
# Whom:				Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libdmx/Makefile,v 1.2 2007/06/04 18:07:59 lesi Exp $
# $MidnightBSD: mports/x11/libdmx/Makefile,v 1.1 2007/10/05 19:56:19 ctriv Exp $
#

PORTNAME=	libdmx
PORTVERSION=	1.0.2
CATEGORIES=	x11

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	DMX extension library
LICENSE=	x11

XORG_CAT=	lib
USE_XORG=	x11 xext xextproto dmxproto

MAN3=		DMX.3 \
		DMXAddInput.3 \
		DMXAddScreen.3 \
		DMXChangeDesktopAttributes.3 \
		DMXChangeScreensAttributes.3 \
		DMXForceWindowCreation.3 \
		DMXGetDesktopAttributes.3 \
		DMXGetInputAttributes.3 \
		DMXGetInputCount.3 \
		DMXGetScreenAttributes.3 \
		DMXGetScreenCount.3 \
		DMXGetWindowAttributes.3 \
		DMXQueryExtension.3 \
		DMXQueryVersion.3 \
		DMXRemoveInput.3 \
		DMXRemoveScreen.3 \
		DMXSync.3

.include <bsd.port.mk>
