diff options
-rw-r--r-- | japanese/vfghostscript/Makefile | 5 | ||||
-rw-r--r-- | japanese/vfghostscript/files/kfvflib.mak.patch | 9 | ||||
-rw-r--r-- | japanese/vfghostscript/pkg-plist | 5 |
3 files changed, 17 insertions, 2 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 0e888fbbc7ec..389359447001 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.10 1997/12/08 09:05:48 max Exp $ +# $Id: Makefile,v 1.11 1998/04/04 07:36:41 asami Exp $ # DISTNAME= ghostscript2.6.2 @@ -22,7 +22,7 @@ DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.2.tar.gz \ MAINTAINER= mita@jp.FreeBSD.org -LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/gs262 @@ -59,6 +59,7 @@ pre-patch: ${CP} gdevp201/gdevp201.c gdevp201/gdevp201.mak ..; ) @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/drivers/gdevp201/gdevp201.dif @${PATCH} ${PATCH_ARGS} <${FILESDIR}/unix-gcc.mak.patch >/dev/null 2>&1 + @${PATCH} ${PATCH_ARGS} <${FILESDIR}/kfvflib.mak.patch >/dev/null 2>&1 @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/bjc600j/gdevcdj.dif >/dev/null 2>&1 @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/bjc600j/devsmak.dif >/dev/null 2>&1 @${CP} ${WRKSRC}/unix-gcc.mak ${WRKSRC}/Makefile diff --git a/japanese/vfghostscript/files/kfvflib.mak.patch b/japanese/vfghostscript/files/kfvflib.mak.patch new file mode 100644 index 000000000000..ff9ead3b24b0 --- /dev/null +++ b/japanese/vfghostscript/files/kfvflib.mak.patch @@ -0,0 +1,9 @@ +--- kfvflib.mak.orig Wed Jul 15 22:42:16 1998 ++++ kfvflib.mak Wed Jul 15 22:42:30 1998 +@@ -3,4 +3,5 @@ + $(SHP)gssetmod kfvflib $(kfvflib_) + $(SHP)gsaddmod kfvflib -oper zkfVFlib + $(SHP)gsaddmod kfvflib -ps kfvflib +- $(SHP)gsaddmod kfvflib -lib VFlib ++ $(SHP)gsaddmod kfvflib -lib VFlib2 ++ $(SHP)gsaddmod kfvflib -lib ttf diff --git a/japanese/vfghostscript/pkg-plist b/japanese/vfghostscript/pkg-plist index 35d5f91ffa39..f2ce2d359ee3 100644 --- a/japanese/vfghostscript/pkg-plist +++ b/japanese/vfghostscript/pkg-plist @@ -277,4 +277,9 @@ lib/ghostscript/kanji/vchars.ps lib/ghostscript/kanji/vflib.ps lib/ghostscript/kanji/zeit.ps lib/ghostscript/kanji/ztbez.ps +@dirrm lib/ghostscript/doc +@dirrm lib/ghostscript/examples +@dirrm lib/ghostscript/kanji +@dirrm lib/ghostscript/fonts +@dirrm lib/ghostscript man/man1/gs.1.gz |