blob: ce6cfb617a59a7fa13171fa5b69c701da564b6d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.8 2001/02/16 14:46:01 wiz Exp $
# FreeBSD Id: Makefile,v 1.4 1997/01/27 15:59:35 erich Exp
#
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
CATEGORIES= fonts
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= packages@netbsd.org
COMMENT= These are the UNICODE fonts for use with 9term and sam
NO_WRKSUBDIR= yes
USE_X11BASE= yes
.include "../../mk/bsd.pkg.mk"
|