diff options
Diffstat (limited to 'print/ghostscript7-jpnfont/Makefile')
-rw-r--r-- | print/ghostscript7-jpnfont/Makefile | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile index 05ab9ae0538d..f5cd18821567 100644 --- a/print/ghostscript7-jpnfont/Makefile +++ b/print/ghostscript7-jpnfont/Makefile @@ -5,11 +5,26 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../print/ghostscript-gnu-commfont -PORTREVISION= 3 +PORTNAME= ghostscript-gnu-jpnfont +PORTVERSION= 7.07 +PORTREVISION= 4 +CATEGORIES= japanese print +MASTER_SITES= # empty +DISTFILES= # empty -.undef COMMFONT +MAINTAINER= hrs@FreeBSD.org +COMMENT= Japanese font support for GNU Ghostscript -JPNFONT= yes +RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/ipam.ttf:${PORTSDIR}/japanese/ipa-ttfonts \ + ${LOCALBASE}/share/ghostscript/Resource/CIDFont/Ryumin-Light:${PORTSDIR}/print/ghostscript-gnu-commfont -.include "${MASTERDIR}/Makefile.common" +# set these forcibly +WITH_GHOSTSCRIPT_GNU= yes +USE_GHOSTSCRIPT_RUN= yes +NO_BUILD= yes +DEPENDS_ARGS+= -DA4 + +do-install: + @${DO_NADA} + +.include <bsd.port.mk> |