pkgsrc/x11/Xrandr-mixedcase/Makefile
reed 7f11dab227 Change to use new mainatined *proto headers instead of
unmaintained *ext packages.
In some cases, the headers are identical.

I tested on DragonFly using X11_TYPE=xorg and on NetBSD
using native XFree86 (and more).
2006-04-18 19:23:46 +00:00

29 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.20 2006/04/18 19:23:47 reed Exp $
#
DISTNAME= libXrandr-1.0.2
PKGNAME= Xrandr-1.0.2
PKGREVISION= 3
CATEGORIES= x11 devel
MASTER_SITES= http://xlibs.freedesktop.org/release/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xlibs.freedesktop.org/
COMMENT= X RandR extension (Library)
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xrandr.pc.in
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
.include "../../x11/Xrender/buildlink3.mk"
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"