22bc277d5a
This package contains two font versions: TrueType and OpenType. One may want to install only one of them and (re)generate font.scale for this introduce two new config options: --disable-opentype-install and --disable-truetype-install Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Update README for gitlab migration Update configure.ac bug URL for gitlab migration font-misc-ethiopic 1.0.4 Egbert Eich (1): install: Make fonttypes to be installed configurable Emil Velikov (1): autogen.sh: use quoted string variables Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES Matthieu Herrb (1): Typo: font.dir -> fonts.dir Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
18 lines
450 B
Makefile
18 lines
450 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/08/07 20:31:35 wiz Exp $
|
|
|
|
DISTNAME= font-misc-ethiopic-1.0.4
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
|
|
COMMENT= Miscellaneous Ethiopic OTF fonts
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
FONTS_DIRS.ttf= share/fonts/X11/OTF
|
|
FONTS_DIRS.ttf+= share/fonts/X11/TTF
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|