aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xinit/Makefile
blob: 37fb950c627a73ac192dd28d60a27de8cf157fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   xinit
PORTVERSION=    1.3.3
PORTEPOCH=  1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X Window System initializer

LICENSE=    MIT

XORG_CAT=   app
USE_XORG=   x11

post-patch:
    @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|hexdump|/usr/bin/hexdump|' ${WRKSRC}/startx.cpp
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/man/xinit.man

.include <bsd.port.mk>