pkgsrc/x11/fixesproto/Makefile
tnn 4ce210b3a6 Update to fixesproto-4.1.1.
4.1.1:
New requirement: xorg-macros 1.3
Add README with pointers to mailing lists, bugzilla, & git
Hide/ShowCursor works on all master pointers in XI2.
Document behaviour of CursorNotifies with XI2 servers.
Require macros 1.3 for XORG_DEFAULT_OPTIONS
Remove RCS tags

4.1:
renamed: .cvsignore -> .gitignore
Update XFixes protocol spec to match XFixes 4.0
Typo fixes in XFixes protocol spec
Move fixes protocol description to the new canonical location/name.
fixesproto: adjust to split xext headers
ChangeSaveSet with map=Unmap means 'unmap', not 'don't remap'
Janitor: Correct make distcheck and dont distribute autogen.sh
2010-04-09 08:15:48 +00:00

24 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.9 2010/04/09 08:15:48 tnn Exp $
#
DISTNAME= fixesproto-4.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Fixes extension headers from X.org
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= fixesext-[0-9]*
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"