blob: 3786b509b49e5dae367db45f0c74505027126b68 (
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
26
27
|
# $NetBSD: Makefile,v 1.3 2008/05/24 21:45:21 tnn Exp $
#
DISTNAME= font-mutt-misc-1.0.0
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= 100dpi PCF versions of the ClearlyU fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config bdftopcf ucs2any gzip
FONTS_DIRS.x11= lib/X11/fonts/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"
|