blob: 61c28b151e81975f5e92a7cfbabf3ad7e050ca8b (
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:22 asau Exp $
#
DISTNAME= font-sony-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= Standard X11 "sony" PCF 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"
|