4e2c734798
Release 0.4.0 (2014-10-15) ========================== - Remove AM_MAINTAINER_MODE. - Use AC_CONFIG_HEADERS to create a config.h file. - Add missing COPYING file. - Remove the dependency on X11 Protocol. - #include <stdio.h> for vsnprintf case, not just vasprintf (#64807).
23 lines
599 B
Makefile
23 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/10/20 11:10:31 wiz Exp $
|
|
|
|
DISTNAME= xcb-util-0.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xcb.freedesktop.org/
|
|
COMMENT= XCB Utilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake gm4
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= xcb-util.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-atom.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-event.pc.in
|
|
PKGCONFIG_OVERRIDE+= xcb-aux.pc.in
|
|
|
|
.include "../../devel/gperf/buildlink3.mk"
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|