e564f52091
renamed: .cvsignore -> .gitignore Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add README with pointers to mailing list, bugzilla & git repos xf86miscproto 0.9.3 Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Janitor: Correct make distcheck and dont distribute autogen.sh
20 lines
473 B
Makefile
20 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/01/15 18:18:05 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xf86miscproto-0.9.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XF86Misc extension headers from modular X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= xf86miscproto.pc.in
|
|
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|