mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix a few nits, update MASTER_SITE, 5.10-std set of fonts.
PR: 13662 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
61eae3efd2
commit
9e265ac941
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21985
@ -1,5 +1,5 @@
|
||||
# New ports collection makefile for: gsfonts
|
||||
# Version required: 5.10a
|
||||
# Version required: 5.10
|
||||
# Date created: 11 September 1997
|
||||
# Whom: giffunip
|
||||
#
|
||||
@ -8,27 +8,26 @@
|
||||
|
||||
DISTNAME= gsfonts-5.10
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/gnu/fonts/ \
|
||||
$(MASTER_SITE_GNU)
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/
|
||||
MASTER_SITE_SUBDIR= ghostscript
|
||||
DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= $(LOCALBASE)/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst \
|
||||
$(X11BASE)/bin/mkfontdir:${PORTSDIR}/x11/XFree86
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst \
|
||||
${X11BASE}/bin/mkfontdir:${PORTSDIR}/x11/XFree86
|
||||
|
||||
EXTRACT_ONLY=
|
||||
NO_BUILD= yes
|
||||
|
||||
GS_FONTS_STD= ghostscript-fonts-5.10a.tar.gz
|
||||
GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz
|
||||
GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz
|
||||
GSDIR= ${PREFIX}/share/ghostscript
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${GSDIR}/fonts
|
||||
tar -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}/fonts
|
||||
tar -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}/fonts
|
||||
(cd ${PREFIX}/share/ghostscript/fonts; $(LOCALBASE)/bin/type1inst -nogs -nolog -q)
|
||||
${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}/fonts
|
||||
${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}/fonts
|
||||
(cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nogs -nolog -q)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ghostscript-fonts-5.10a.tar.gz) = f3528610ab7c535246adb8c8462f31af
|
||||
MD5 (ghostscript-fonts-std-5.10.tar.gz) = f3528610ab7c535246adb8c8462f31af
|
||||
MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9
|
||||
|
@ -168,3 +168,4 @@ share/ghostscript/fonts/u004006t.pfm
|
||||
share/ghostscript/fonts/z003034l.afm
|
||||
share/ghostscript/fonts/z003034l.pfb
|
||||
share/ghostscript/fonts/z003034l.pfm
|
||||
@dirrm share/ghostscript/fonts
|
||||
|
Loading…
Reference in New Issue
Block a user