aboutsummaryrefslogtreecommitdiff
path: root/print/pkfonts400
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-07 10:50:04 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-07 10:50:04 +0000
commit6ff250ab1118ea8e3814c62b36ea530e334f351e (patch)
tree4ca4cd2f3d67f03eb756edb54ed1d60833b4a80b /print/pkfonts400
parent80af0678d002265ffbffe7ae3d638f47de06b57a (diff)
downloadports-6ff250ab1118ea8e3814c62b36ea530e334f351e.tar.gz
ports-6ff250ab1118ea8e3814c62b36ea530e334f351e.zip
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.
Notes
Notes: svn path=/head/; revision=14390
Diffstat (limited to 'print/pkfonts400')
-rw-r--r--print/pkfonts400/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/print/pkfonts400/Makefile b/print/pkfonts400/Makefile
new file mode 100644
index 000000000000..d0d248edf9ea
--- /dev/null
+++ b/print/pkfonts400/Makefile
@@ -0,0 +1,14 @@
+# 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"