6ff250ab11
are tracked correctly. pkfonts300 is a repository copy from pkfonts, and other pkfonts* directories only contain PLIST and a Makefile that sets RESOLUTION and includes pkfonts300/Makefile.
14 lines
341 B
Makefile
14 lines
341 B
Makefile
# New ports collection makefile for: English PK fonts at 400dpi
|
|
# Version required: ?
|
|
# Date created: 06 Nov 1998
|
|
# Whom: Satoshi Asami <asami@freebsd.org>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
RESOLUTION= 400
|
|
FILESDIR= ${.CURDIR}/../pkfonts300/files
|
|
PKGDIR= ${.CURDIR}/../pkfonts300/pkg
|
|
PLIST= ${.CURDIR}/pkg/PLIST
|
|
|
|
.include "${.CURDIR}/../pkfonts300/Makefile"
|