summaryrefslogtreecommitdiffstats
path: root/x11/libdmx/Makefile
blob: 6f0c36b4074aee9a768ddf37adad1893498874d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:   libdmx
# Date Created:         8 Feb 2006
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libdmx/Makefile,v 1.3 2008/03/13 10:33:55 flz Exp $
#

PORTNAME=   libdmx
PORTVERSION=    1.1.0
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    DMX extension library

XORG_CAT=   lib
USE_XORG=   x11 xext xextproto dmxproto:both

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>