23 lines
575 B
Makefile
23 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/06/16 13:34:30 obache Exp $
|
|
#
|
|
|
|
DISTNAME= xinit-1.3.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X init program
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-xinit=${PREFIX}/bin/xinit
|
|
USE_TOOLS+= pkg-config xauth:run
|
|
|
|
TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP="${PREFIX}/bin/tradcpp -Uunix"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|