- Change MAINTAINER line.
- add korean/baekmukfonts-ttf to RUN_DEPENDS. - more portlint-compilant.
This commit is contained in:
parent
10276981b4
commit
376b0fd630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30638
2 changed files with 22 additions and 10 deletions
|
@ -26,18 +26,19 @@ DISTNAME= ${PKGNAME}
|
|||
DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \
|
||||
${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \
|
||||
${HFFTYPE} ${GS_CID_PATCH}
|
||||
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
||||
|
||||
MAINTAINER= cjh@kr.FreeBSD.org
|
||||
MAINTAINER= cjh@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \
|
||||
$(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts
|
||||
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts \
|
||||
$(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \
|
||||
$(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
|
||||
/nonexistent:${PORTSDIR}/graphics/png:extract
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
ttf.4:${PORTSDIR}/print/freetype
|
||||
|
||||
USE_XLIB= yes
|
||||
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
||||
USE_XLIB= YES
|
||||
WRKSRC= ${WRKDIR}/gs5.10
|
||||
|
||||
MAKEFILE= unix-gcc.mak
|
||||
|
@ -92,6 +93,11 @@ pre-patch:
|
|||
do-configure:
|
||||
@(cd ${WRKSRC}; ${SH} tar_cat )
|
||||
|
||||
pre-build:
|
||||
${SED} -e "s@%%PREFIX%%@${X11BASE}@g" \
|
||||
${FILESDIR}/hconfig.ps.in > \
|
||||
${WRKSRC}/hangul/hconfig.ps
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1
|
||||
|
||||
|
|
|
@ -26,18 +26,19 @@ DISTNAME= ${PKGNAME}
|
|||
DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \
|
||||
${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \
|
||||
${HFFTYPE} ${GS_CID_PATCH}
|
||||
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
||||
|
||||
MAINTAINER= cjh@kr.FreeBSD.org
|
||||
MAINTAINER= cjh@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \
|
||||
$(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts
|
||||
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts \
|
||||
$(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \
|
||||
$(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf
|
||||
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
|
||||
/nonexistent:${PORTSDIR}/graphics/png:extract
|
||||
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
||||
ttf.4:${PORTSDIR}/print/freetype
|
||||
|
||||
USE_XLIB= yes
|
||||
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
||||
USE_XLIB= YES
|
||||
WRKSRC= ${WRKDIR}/gs5.10
|
||||
|
||||
MAKEFILE= unix-gcc.mak
|
||||
|
@ -92,6 +93,11 @@ pre-patch:
|
|||
do-configure:
|
||||
@(cd ${WRKSRC}; ${SH} tar_cat )
|
||||
|
||||
pre-build:
|
||||
${SED} -e "s@%%PREFIX%%@${X11BASE}@g" \
|
||||
${FILESDIR}/hconfig.ps.in > \
|
||||
${WRKSRC}/hangul/hconfig.ps
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1
|
||||
|
||||
|
|
Loading…
Reference in a new issue