pkgsrc-wip/font-alias/Makefile
Blair Sadewitz 9e7a4411f5 I was unable to load any fonts with the new modular X.org server I compiled,
and I couldn't figure out why for a bit.  Then I realized that I had the fonts,
just not the aliases.  If this is already in pkgsrc then I think I need to get
more sleep, because I couldn't find it.  Perhaps we should have some sort of
modular X.org meta-pkg just so that one doesn't have to manually install
so many little things.  A package for four tiny text files is pushing it ...

::import me!::
2007-01-24 07:42:51 +00:00

20 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/01/24 07:42:51 bsadewitz Exp $
#
DISTNAME= font-alias-1.0.1
CATEGORIES= fonts x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/font/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= blair.sadewitz@gmail.com
HOMEPAGE= http://xorg.freedesktop.org/releases/individual/font/
COMMENT= Modular X.org font aliases
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
CONFIGURE_ARGS+= --with-top-fontdir=${X11BASE:Q}/lib/X11/fonts
.include "../../mk/bsd.pkg.mk"