summaryrefslogtreecommitdiff
path: root/print/ghostscript7-jpnfont/Makefile
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2002-05-15 01:17:59 +0000
committerYoshio MITA <mita@FreeBSD.org>2002-05-15 01:17:59 +0000
commitf79066d12db565aa2422a2191f68ddbe07309b3d (patch)
tree86d8ed356b78960a9d2dd59829804ad12ffcabd2 /print/ghostscript7-jpnfont/Makefile
parentFix breakage at -march=pentium case. (diff)
Obsoleted by japanese/ghostscript-gnu-jpnfont.
I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'. I will completely remove this port after a while. (MAINTAINER's change after long discussions in ports-jp)
Notes
Notes: svn path=/head/; revision=59128
Diffstat (limited to 'print/ghostscript7-jpnfont/Makefile')
-rw-r--r--print/ghostscript7-jpnfont/Makefile28
1 files changed, 4 insertions, 24 deletions
diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile
index 123d34edfc61..0355f406110c 100644
--- a/print/ghostscript7-jpnfont/Makefile
+++ b/print/ghostscript7-jpnfont/Makefile
@@ -5,30 +5,10 @@
# $FreeBSD$
#
-PORTNAME= ghostscript
-PORTVERSION= 6.52
-CATEGORIES= japanese print
-MASTER_SITES= # nonexistent
-PKGNAMESUFFIX= -gnu-cjk
-DISTNAME= # nonexistent
-DISTFILES= # empty
+MASTERDIR= ${.CURDIR}/../../print/ghostscript-gnu-commfont
-MAINTAINER= mita@FreeBSD.org
+.undef COMMFONT
-RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/Resource/cid.sh:${PORTSDIR}/print/ghostscript-gnu-cjk \
- ${X11BASE}/lib/X11/fonts/TrueType/kochi-mincho.ttf:${PORTSDIR}/japanese/kochi-ttfonts
+JPNFONT= yes
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-
-GSLIB_DIR= ${PREFIX}/share/ghostscript/${PORTVERSION}/lib
-PLIST_SUB= GS_VERSION=${PORTVERSION}
-
-do-install:
- ${INSTALL_DATA} ${FILESDIR}/CIDFnmap.jp ${GSLIB_DIR}
- ${MV} ${GSLIB_DIR}/CIDFnmap ${GSLIB_DIR}/CIDFnmap.orig
- ${GREP} -v -e "CIDFnmap.jp" ${GSLIB_DIR}/CIDFnmap.orig > \
- ${GSLIB_DIR}/CIDFnmap
- ${ECHO_CMD} '(CIDFnmap.jp) .runlibfile' >> ${GSLIB_DIR}/CIDFnmap
-
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile.common"