blob: 83b95d77ae4866d7ee12f5339541df8dcd775560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.6 2012/10/03 18:28:21 asau Exp $
#
DISTNAME= font-jis-misc-1.0.3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= 78dpi PCF versions of the Japanese fixed fonts
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= share/fonts/X11/misc
.include "../../fonts/font-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|