summaryrefslogtreecommitdiffstats
path: root/x11-servers/xephyr/Makefile
blob: 590443fcca4edec26bcdddbd0b5f22c3f8f9b719 (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
# New ports collection makefile for:    xephyr
# Date created:             2008-05-18
# Whom:                 Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#

PORTNAME=   xephyr
PORTREVISION=   0

COMMENT=    A kdrive based X server from X.Org

MASTERDIR=  ${.CURDIR}/../xorg-server
DESCR=      ${.CURDIR}/pkg-descr
USE_XORG=   x11 xf86driproto glproto randrproto renderproto fixesproto \
        dri2proto damageproto xcmiscproto xtrans inputproto \
        xf86bigfontproto scrnsaverproto bigreqsproto \
        resourceproto fontsproto videoproto \
        compositeproto trapproto recordproto \
        xineramaproto xinerama evieproto xkbfile xfont \
        xau xdmcp xext fontenc xv pixman

CONFIGURE_ARGS= --enable-kdrive --enable-xephyr --disable-dmx --disable-xvfb \
        --without-xmlto --disable-docs --disable-devel-docs \
        --disable-xnest --localstatedir=/var --without-dtrace

SLAVE_PORT= yes
PLIST_FILES=    bin/Xephyr

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/hw/kdrive/ephyr/Xephyr ${PREFIX}/bin/

.include "${MASTERDIR}/Makefile"