4ee7acf2d7
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 (2): Remove RCS tags fontsproto 2.1.0
19 lines
445 B
Makefile
19 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/08/29 15:27:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fontsproto-2.1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Fonts extension headers from X.org
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/fontsproto.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|