diff options
Diffstat (limited to 'print/pkfonts360/Makefile')
-rw-r--r-- | print/pkfonts360/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile new file mode 100644 index 000000000000..e75364d0b605 --- /dev/null +++ b/print/pkfonts360/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: English PK fonts at 360dpi +# Version required: ? +# Date created: 06 Nov 1998 +# Whom: Satoshi Asami <asami@freebsd.org> +# +# $Id$ +# + +RESOLUTION= 360 +FILESDIR= ${.CURDIR}/../pkfonts300/files +PKGDIR= ${.CURDIR}/../pkfonts300/pkg +PLIST= ${.CURDIR}/pkg/PLIST + +.include "${.CURDIR}/../pkfonts300/Makefile" |