aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xorg/Makefile
blob: cc57cc701e47f0baca50ca8f52566e5b1a916ccf (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
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   xorg
PORTVERSION=    7.7
PORTREVISION=   2
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X.Org complete distribution metaport

USES=       metaport

RUN_DEPENDS+=   ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri

# data
RUN_DEPENDS+=   ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:${PORTSDIR}/x11/xbitmaps \
        ${LOCALBASE}/lib/X11/icons/handhelds/cursors/X_cursor:${PORTSDIR}/x11-themes/xcursor-themes

OPTIONS_DEFINE= DOCS

DOCS_RUN_DEPENDS+=  ${LOCALBASE}/share/doc/xorg-docs/README.xml:${PORTSDIR}/x11/xorg-docs

# app, lib, font, driver
RUN_DEPENDS+=   xorg-apps>0:${PORTSDIR}/x11/xorg-apps \
        xorg-libraries>0:${PORTSDIR}/x11/xorg-libraries \
        xorg-fonts>0:${PORTSDIR}/x11-fonts/xorg-fonts \
        xorg-drivers>0:${PORTSDIR}/x11-drivers/xorg-drivers

.if defined(XORG_COMPLETE)
RUN_DEPENDS+=   Xnest:${PORTSDIR}/x11-servers/xorg-nestserver \
        Xdmx:${PORTSDIR}/x11-servers/xorg-dmx \
        Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
.endif

.include <bsd.port.mk>