From 6ff250ab1118ea8e3814c62b36ea530e334f351e Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 7 Nov 1998 10:50:04 +0000 Subject: Split up pkfonts to pkfonts${RESOLUTION} subdirectories, so dependencies 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. --- print/pkfonts118/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 print/pkfonts118/Makefile (limited to 'print/pkfonts118') diff --git a/print/pkfonts118/Makefile b/print/pkfonts118/Makefile new file mode 100644 index 000000000000..eef0967dead4 --- /dev/null +++ b/print/pkfonts118/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: English PK fonts at 118dpi +# Version required: ? +# Date created: 06 Nov 1998 +# Whom: Satoshi Asami +# +# $Id$ +# + +RESOLUTION= 118 +FILESDIR= ${.CURDIR}/../pkfonts300/files +PKGDIR= ${.CURDIR}/../pkfonts300/pkg +PLIST= ${.CURDIR}/pkg/PLIST + +.include "${.CURDIR}/../pkfonts300/Makefile" -- cgit v1.2.3