pkgsrc/x11/libXcomposite/Makefile
wiz 3895110342 libXcomposite: update to 0.4.5.
Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      libXcomposite 0.4.5

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (1):
      autogen.sh: use quoted string variables

Jeremy Huddleston Sequoia (1):
      Use Xfree rather than XFree for consistency

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2019-03-11 06:54:09 +00:00

24 lines
602 B
Makefile

# $NetBSD: Makefile,v 1.12 2019/03/11 06:54:09 wiz Exp $
DISTNAME= libXcomposite-0.4.5
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X Composite Library
LICENSE= mit
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= xcomposite.pc.in
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXfixes/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"