diff options
author | asami <asami@FreeBSD.org> | 1998-11-07 18:50:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-07 18:50:04 +0800 |
commit | 878a467a4e4bd3281cff882100f1a039030cc533 (patch) | |
tree | dc3da3b7d00ab765453c2a3152826c7efe1ec1ca /print/pkfonts400/Makefile | |
parent | 6d533149507e40a457cf60a9363c975d3caf049b (diff) | |
download | freebsd-ports-graphics-878a467a4e4bd3281cff882100f1a039030cc533.tar.gz freebsd-ports-graphics-878a467a4e4bd3281cff882100f1a039030cc533.tar.zst freebsd-ports-graphics-878a467a4e4bd3281cff882100f1a039030cc533.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.
Diffstat (limited to 'print/pkfonts400/Makefile')
-rw-r--r-- | print/pkfonts400/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/pkfonts400/Makefile b/print/pkfonts400/Makefile new file mode 100644 index 00000000000..d0d248edf9e --- /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" |