blob: 24d2ddca7b8edf4f795fd94ce81ada8bc0e9cf9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.18 2005/03/24 21:12:54 wiz Exp $
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
CATEGORIES= fonts plan9
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= These are the UNICODE fonts for use with 9term and sam
WRKSRC= ${WRKDIR}
NO_BUILDLINK= # defined
NO_BUILD= # defined
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
|