This package provides the Fontcache extension headers from the modular X.org X11 project.
17 lines
455 B
Makefile
17 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/10/17 18:37:53 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= fontcacheproto-0.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xorg.freedesktop.org/X11R7.0-RC0/proto/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Fontcache extension headers from X.org
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fontcacheproto.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|