28 lines
768 B
Makefile
28 lines
768 B
Makefile
# $NetBSD: Makefile,v 1.7 2021/12/01 13:01:15 nia Exp $
|
|
|
|
DISTNAME= libXrandr-1.0.2
|
|
PKGNAME= Xrandr-1.0.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= https://xlibs.freedesktop.org/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
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
|
|
|
|
X11_BUILTIN_NAME?= Xrandr
|
|
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|