pkgsrc/x11/Xrandr-mixedcase/Makefile
reed 4ee6e716a4 Fix MASTER_SITES as the old site does not exist anymore.
This is from Leonard Schmidt via tech-pkg.
2005-09-07 16:49:40 +00:00

30 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.16 2005/09/07 16:49:41 reed Exp $
#
DISTNAME= libXrandr-1.0.2
PKGNAME= Xrandr-1.0.2
PKGREVISION= 2
CATEGORIES= x11 devel
MASTER_SITES= http://xlibs.freedesktop.org/release/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@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_DEPENDS.Xrender+= Xrender>=0.8
BUILDLINK_DEPENDS.randrext+= randrext>=1.0
.include "../../x11/Xrender/buildlink3.mk"
.include "../../x11/randrext/buildlink3.mk"
.include "../../x11/xextensions/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"