pkgsrc/x11/xcb-util-renderutil/Makefile

21 lines
518 B
Makefile
Raw Normal View History

2017-08-16 22:21:03 +02:00
# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
DISTNAME= xcb-util-renderutil-0.3.9
CATEGORIES= x11
2017-08-16 22:21:03 +02:00
MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-16 22:21:03 +02:00
HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= Convenience functions for the Render extension
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= renderutil/xcb-renderutil.pc.in
.include "../../x11/libxcb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"