This minor maintenance release is built with the latest X.Org autotools macros and provides the usual recent collection of build configuration improvements and janitorial cleanups.
21 lines
503 B
Makefile
21 lines
503 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/06/03 18:34:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= encodings-1.0.4
|
|
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"
|