diff options
author | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2008-09-06 03:41:48 +0800 |
commit | af4809fc1df6c0e57965a8db07d9f19a87460519 (patch) | |
tree | cc602fddcf4837026d33d8544917f4d7dfcaa44b /korean | |
parent | 531a0c3adee2fa77dd483af98c4155e2ce64074b (diff) | |
download | freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.gz freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.tar.zst freebsd-ports-gnome-af4809fc1df6c0e57965a8db07d9f19a87460519.zip |
* print/ghostscript-* and related ports have been renamed in the
following way:
print/ghostscript-gnu -> print/ghostscript7
print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
print/ghostscript-gpl -> print/ghostscript8
print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont
* USE_GHOSTSCRIPT now supports a version number which the port
requires. The valid value is "7" or "8". If other value is
specified, value of WITH_GHOSTSCRIPT_VER is used.
* WITH_GHOSTSCRIPT_GNU has been removed in favor of
WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is
"7" or "8", and the default value is "8".
Approved by: portmgr (pav)
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/ghostscript-gnu-korfont/Makefile | 30 | ||||
-rw-r--r-- | korean/ghostscript-gnu-korfont/pkg-descr | 1 |
3 files changed, 0 insertions, 32 deletions
diff --git a/korean/Makefile b/korean/Makefile index 355186a6bf90..bef9a88eb9e6 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -17,7 +17,6 @@ SUBDIR += engdic SUBDIR += eterm SUBDIR += gdick - SUBDIR += ghostscript-gnu-korfont SUBDIR += gtkcomm SUBDIR += h2ps SUBDIR += hanIM diff --git a/korean/ghostscript-gnu-korfont/Makefile b/korean/ghostscript-gnu-korfont/Makefile deleted file mode 100644 index 06eca1b4794a..000000000000 --- a/korean/ghostscript-gnu-korfont/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: ghostscript -# Date created: 14 Jan 2002 -# Whom: Mita Yoshio <mita@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ghostscript-gnu-korfont -PORTVERSION= 7.07 -PORTREVISION= 3 -CATEGORIES= korean print -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= hrs@FreeBSD.org -COMMENT= Korean font support for GNU Ghostscript - -RUN_DEPENDS= ${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \ - ${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript-gnu-commfont - -# 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> diff --git a/korean/ghostscript-gnu-korfont/pkg-descr b/korean/ghostscript-gnu-korfont/pkg-descr deleted file mode 100644 index 8de62f2138fa..000000000000 --- a/korean/ghostscript-gnu-korfont/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This is a meta package to add Korean font support to GNU Ghostscript. |