No changes to the protocol itself, packaging changes only. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags. Move bigreqstr.h to bigreqsproto.h.
21 lines
497 B
Makefile
21 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/29 15:23:32 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= bigreqsproto-1.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= BigReqs extension headers from modular Xorg X11
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS+= xextensions-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/bigreqsproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|