blob: ba54efb2d9231594df4f579cb5959c5669bfdfb2 (
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
25
|
# $NetBSD: Makefile,v 1.8 2022/11/09 13:14:13 joerg Exp $
#
DISTNAME= font-mutt-misc-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= 100dpi PCF versions of the ClearlyU fonts
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/misc
INSTALLATION_DIRS= share/doc/font-mutt-misc
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/font-mutt-misc
.include "../../fonts/font-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|