Merge from vendor branch TNF:
[pkgsrcv2.git] / x11 / xinit / Makefile
1 # $NetBSD: Makefile,v 1.13 2009/09/22 19:34:06 tnn Exp $
2 #
3
4 DISTNAME=               xinit-1.2.1
5 CATEGORIES=             x11
6 MASTER_SITES=           ${MASTER_SITE_XORG:=app/}
7 EXTRACT_SUFX=           .tar.bz2
8
9 MAINTAINER=             joerg@NetBSD.org
10 HOMEPAGE=               http://xorg.freedesktop.org/
11 COMMENT=                X init program
12 LICENSE=                mit
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 GNU_CONFIGURE=          yes
17 CONFIGURE_ARGS+=        --with-xinit=${PREFIX}/bin/xinit
18 USE_TOOLS+=             pkg-config xauth:run
19
20 .include "../../mk/compiler.mk"
21 .if empty(PKGSRC_COMPILER:Mgcc)
22 CONFIGURE_ENV+=         ac_cv_path_RAWCPP="cc -E -Uunix -"
23 .endif
24
25 .include "../../x11/libX11/buildlink3.mk"
26
27 .include "../../mk/bsd.pkg.mk"