mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
34 lines
680 B
Makefile
34 lines
680 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdmx
|
|
PORTVERSION= 1.1.3
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|