pkgsrc/x11/liboldXrandr/Makefile

28 lines
683 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2018/03/07 11:57:38 wiz Exp $
DISTNAME= libXrandr-1.0.2
PKGNAME= Xrandr-1.0.2
PKGREVISION= 4
CATEGORIES= x11 devel
2017-09-06 11:02:59 +02:00
MASTER_SITES= https://xlibs.freedesktop.org/release/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-06 11:02:59 +02:00
HOMEPAGE= https://xlibs.freedesktop.org/
COMMENT= X RandR extension (Library)
CONFLICTS+= libXrandr-[0-9]*
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xrandr.pc.in
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"