2009-06-07 20:34:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2009/06/07 18:34:54 wiz Exp $
|
2007-02-26 18:55:48 +01:00
|
|
|
#
|
|
|
|
|
2009-06-07 20:34:54 +02:00
|
|
|
DISTNAME= xrandr-1.3.0
|
2007-02-26 18:55:48 +01:00
|
|
|
CATEGORIES= x11
|
2008-05-24 23:45:14 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
2007-02-26 18:55:48 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
|
|
COMMENT= Primitive command line interface to RandR extension
|
|
|
|
|
2009-06-07 20:34:54 +02:00
|
|
|
DEPENDS+= nickle-[0-9]*:../../math/nickle
|
|
|
|
|
2007-03-17 19:40:59 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2007-02-26 18:55:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2009-06-07 20:34:54 +02:00
|
|
|
SUBST_CLASSES+= nickle
|
|
|
|
SUBST_SED.nickle= -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle,"
|
|
|
|
SUBST_FILES.nickle= xkeystone
|
|
|
|
SUBST_STAGE.nickle= post-build
|
|
|
|
SUBST_MESSAGE.nickle= Fixing path to nickle.
|
2008-05-17 22:33:50 +02:00
|
|
|
|
2007-03-17 19:40:59 +01:00
|
|
|
BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.2
|
2007-02-26 18:55:48 +01:00
|
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|