pkgsrc/x11/presentproto/Makefile
wiz 29b721325b Import presentproto-1.0 as x11/presentproto.
The Present extension provides a way for applications to update
their window contents from a pixmap in a well defined fashion,
synchronizing with the display refresh and potentially using a more
efficient mechanism than copying the contents of the source pixmap.
2013-11-01 20:36:57 +00:00

19 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/11/01 20:36:57 wiz Exp $
DISTNAME= presentproto-1.0
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/archive/individual/proto/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE=
COMMENT= X11 extension for efficient window updates
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c
PKGCONFIG_OVERRIDE+= presentproto.pc.in
.include "../../mk/bsd.pkg.mk"