4c9416a219
No protocol changes, 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 (4): Rename xf86bigfstr.h to xf86bigfproto.h for consistency with other modules. Remove RCS tags Remove server-specific declarations. xf86bigfontproto 1.2.0
19 lines
455 B
Makefile
19 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/08/29 15:31:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xf86bigfontproto-1.2.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= XF86BigFont extension headers from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE+= xf86bigfontproto.pc.in
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|