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/pkfonts360 | |
parent | 6d533149507e40a457cf60a9363c975d3caf049b (diff) | |
download | freebsd-ports-gnome-878a467a4e4bd3281cff882100f1a039030cc533.tar.gz freebsd-ports-gnome-878a467a4e4bd3281cff882100f1a039030cc533.tar.zst freebsd-ports-gnome-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/pkfonts360')
-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" |