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/Makefile | |
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/Makefile')
-rw-r--r-- | print/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index 9b3efada55e3..57333a849789 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.68 1998/10/30 14:17:49 kuriyama Exp $ +# $Id: Makefile,v 1.69 1998/11/06 08:13:30 tg Exp $ # SUBDIR += a2ps @@ -41,7 +41,12 @@ SUBDIR += offix-printer SUBDIR += p5-FreeType SUBDIR += p5-FreeTypeWrapper - SUBDIR += pkfonts + SUBDIR += pkfonts118 + SUBDIR += pkfonts240 + SUBDIR += pkfonts300 + SUBDIR += pkfonts360 + SUBDIR += pkfonts400 + SUBDIR += pkfonts600 SUBDIR += psutils SUBDIR += rtf2latex SUBDIR += teTeX |