blob: bcd72d7c346a62129ee93fe78189f766f1007ed7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.9 2022/11/09 13:14:12 joerg Exp $
#
DISTNAME= font-bitstream-type1-1.0.3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= Bitstream Charter and Courier Type 1 outline fonts
GNU_CONFIGURE= yes
CONFIGURE_ENV+= FCCACHE=${TOOLS_CMD.true:Q}
FONTS_DIRS.type1+= share/fonts/X11/Type1
FONTS_DIRS.x11+= share/fonts/X11/Type1
INSTALLATION_DIRS= share/doc/font-bitstream-type1
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-bitstream-type1
.include "../../mk/bsd.pkg.mk"
|