summaryrefslogtreecommitdiff
path: root/print/gsfonts/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-12 03:28:45 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-12 03:28:45 +0000
commite9d1b7960e27f9749139c79e5ba4dd54843ebd8e (patch)
tree21421c273ab483374d8647283ad50704e4f0f255 /print/gsfonts/Makefile
parentAdd new port superlu_mt (diff)
Update to 6.0
PR: 52017 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=84728
Diffstat (limited to 'print/gsfonts/Makefile')
-rw-r--r--print/gsfonts/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile
index 9bd65e89d09b..19921af85f05 100644
--- a/print/gsfonts/Makefile
+++ b/print/gsfonts/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= gsfonts
-PORTVERSION= 5.10
+PORTVERSION= 6.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU} \
- ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/
+ ftp://ftp.cs.wisc.edu/ghost/gnu/
MASTER_SITE_SUBDIR= ghostscript
DISTFILES= ${GS_FONTS_STD} ${GS_FONTS_OTHER}
+DIST_SUBDIR= ghostscript
MAINTAINER= ports@FreeBSD.org
-COMMENT= Fonts used by GNU Ghostscript
+COMMENT= Fonts used by GNU Ghostscript (or X)
BUILD_DEPENDS= ${LOCALBASE}/bin/type1inst:${PORTSDIR}/x11-fonts/p5-type1inst
@@ -27,14 +28,14 @@ BUILD_DEPENDS+= ${X11BASE}/bin/mkfontdir:${PORTSDIR}/x11/XFree86
NO_BUILD= yes
-GS_FONTS_STD= ghostscript-fonts-std-5.10.tar.gz
-GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz
+GS_FONTS_STD= gnu-gs-fonts-std-${PORTVERSION}.tar.gz
+GS_FONTS_OTHER= gnu-gs-fonts-other-${PORTVERSION}.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 ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nogs -nolog -q)
+ @${MKDIR} ${GSDIR}
+ ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}
+ ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}
+ (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q)
.include <bsd.port.post.mk>