File:  [cvs.NetBSD.org] / pkgsrc / x11 / libXinerama / Makefile
Revision 1.20: download - view: text, annotated - select for diffs
Sun Oct 30 01:09:52 2022 UTC (2 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: HEAD
libXinerama: update to 1.1.5.

Alan Coopersmith (8):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      XineramaQueryScreens: fix -Wsign-compare warning
      Remove "register" type qualifier from variable declarations
      libXinerama 1.1.5

# $NetBSD: Makefile,v 1.20 2022/10/30 01:09:52 wiz Exp $

DISTNAME=	libXinerama-1.1.5
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	joerg@NetBSD.org
HOMEPAGE=	https://xorg.freedesktop.org/
COMMENT=	X PanoramiX extension library

USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes
USE_TOOLS+=	pkg-config

CONFIGURE_ENV+=		LIB_MAN_SUFFIX=3
PKGCONFIG_OVERRIDE+=	xinerama.pc.in

X11_LIB_NAME?=		libXinerama
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../meta-pkgs/modular-xorg/hacks.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>