blob: 17be9e106da4f7521f92df610a7f0b6d7b5808b5 (
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.5 2012/10/03 18:28:21 asau Exp $
#
DISTNAME= font-misc-misc-1.1.2
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Standard X11 "fixed" PCF font
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= lib/X11/fonts/misc
.include "../../fonts/font-util/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|