4c36712fb9
Alan Coopersmith (4): Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 mkfontscale 1.2.2 Maya Rashish (2): Use case insensitive comparison for T1 font weight Add "ExtraBold" as a valid T1 font weight.
24 lines
690 B
Makefile
24 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.41 2022/04/03 19:36:41 wiz Exp $
|
|
|
|
DISTNAME= mkfontscale-1.2.2
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://xorg.freedesktop.org/
|
|
COMMENT= X11 Scalable Font Index Generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_FEATURES+= vsnprintf
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
CONFIGURE_ARGS+= --with-bzip2
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../fonts/libfontenc/buildlink3.mk"
|
|
.include "../../x11/xorgproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|