ad406b1778
renamed: .cvsignore -> .gitignore Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add pointers to mailing list, git repo, and wiki to README fontcacheproto 0.1.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
19 lines
447 B
Makefile
19 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/01/15 17:51:32 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= fontcacheproto-0.1.3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Fontcache extension headers from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= fontcacheproto.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|