diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2002-01-18 15:23:54 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2002-01-18 15:23:54 +0000 |
commit | 979ed31b76fdce3598a0ae8adb6ab670ae33a78e (patch) | |
tree | 65a1c24e4bb757a22544217f5ab47c8081b838e2 /print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch | |
parent | Update to popd-2.0: (diff) |
Add ghostscript-gnu-cjk 6.52,
gNU Postscript interpreter CJK fonts
adding port.
This is a GNU version of ghostscript with features below:
1. CJK internationalization ready.
2. Depends on print/ghostscript-gnu and replace only necessary files.
3. -DA4 default as is standard in CJK countries.
4. Includes many additional printer drivers sold in japan.
PR: ports/33116
Submitted by: Tomokatsu SAITO <saito@a2z.co.jp>
Notes
Notes:
svn path=/head/; revision=53300
Diffstat (limited to 'print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch')
-rw-r--r-- | print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch b/print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch new file mode 100644 index 000000000000..25a8317379b8 --- /dev/null +++ b/print/ghostscript-gnu-cjk/files/patch-gdev10v.mak.patch @@ -0,0 +1,22 @@ +--- gdev10v/gdev10v.mak.orig Thu Oct 12 11:17:50 2000 ++++ gdev10v/gdev10v.mak Thu Oct 12 11:21:12 2000 +@@ -1,12 +1,13 @@ + ### ----------------- The Canon BubbleJet BJ10v device ----------------- ### + +-bj10v_=gdev10v.$(OBJ) gdevprn.$(OBJ) +-bj10v.dev: $(bj10v_) +- $(SHP)gssetdev bj10v $(bj10v_) +-bj10vh.dev: $(bj10v_) +- $(SHP)gssetdev bj10vh $(bj10v_) ++bj10v_=$(GLOBJ)gdev10v.$(OBJ) $(GLOBJ)gdevprn.$(OBJ) ++$(DD)bj10v.dev: $(bj10v_) $(DD)page.dev ++ $(SETPDEV) $(DD)bj10v $(bj10v_) ++$(DD)bj10vh.dev: $(bj10v_) $(DD)page.dev ++ $(SETPDEV) $(DD)bj10vh $(bj10v_) + + # Uncomment the following line if you are using MS-DOS on PC9801 series. + +-gdev10v.$(OBJ): gdevbj10.c $(PDEVH) ++$(GLOBJ)gdev10v.$(OBJ): $(GLSRC)gdevbj10.c $(PDEVH) ++ $(GLCC) $(GLO_)gdev10v.$(OBJ) $(C_) $(GLSRC)gdev10v.c + # $(CCC) -DPC9801 gdev10v.c |