46277f7b9c
pkgsrc note: upstream is migrating the default font directory from ${PREFIX}/lib/X11/fonts to ${PREFIX}/share/X11/fonts. This would break stuff in pkgsrc, so pass --with-fontrootdir to keep the old dir for now. Changes: Migrate to xorg macros 1.3 & font-util 1.1 macros Add pointers to mailing lists, bugzilla, & git to README Janitor: Correct make distcheck and configure.ac simplification Add missing PHONY line for automatic ChangeLog generation Replace generic copyright statement.
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/09 18:01:19 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= encodings-1.0.3
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X11 Font Index Generator
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/lib/X11/fonts
|
|
|
|
USE_TOOLS+= gzip mkfontscale
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|