1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/x11/libdmx/Makefile
Florent Thoumie 5d486865e5 - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries.
2008-03-13 10:33:56 +00:00

38 lines
758 B
Makefile

# New ports collection makefile for: libdmx
# Date Created: 8 Feb 2006
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdmx
PORTVERSION= 1.0.2
PORTREVISION= 1
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>