1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/ghostscript-gnu-cjk/Makefile
Yoshio MITA f79066d12d 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)
2002-05-15 01:17:59 +00:00

37 lines
1014 B
Makefile

# New ports collection makefile for: ghostscript
# Date created: 14 Jan 2002
# Whom: Mita Yoshio <mita@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ghostscript
PORTVERSION= 6.52
CATEGORIES= japanese print
MASTER_SITES= # nonexistent
PKGNAMESUFFIX= -gnu-cjk
DISTNAME= # nonexistent
DISTFILES= # empty
MAINTAINER= mita@FreeBSD.org
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
NO_BUILD= yes
NO_WRKSUBDIR= yes
BROKEN= "Obsoleted by ja-ghostscript-gnu-jpnfont. Please use that."
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>