Remove code for japanese slave port that was removed.

This commit is contained in:
Erwin Lansing 2005-10-19 10:02:56 +00:00
parent 39b79389fd
commit 8886ed0669
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145847
3 changed files with 1 additions and 23 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= muggy
PORTVERSION= 1.3.1
CATEGORIES+= editors windowmaker tkstep80
CATEGORIES= editors windowmaker tkstep80
MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kiri
@ -20,8 +20,6 @@ COMMENT= A simple text editor for the X on TkStep
RUN_DEPENDS= ${RUN_DEP_LIST}
LIB_DEPENDS= ${LIB_DEP_LIST}
CONFLICTS?= ja-muggy-[0-9]*
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_X_PREFIX= yes
@ -33,14 +31,8 @@ PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
LANGUAGE?=
.if (${LANGUAGE} == "Japanese")
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
IGNORE= unsupported: ja-libimg no longer available
.else
RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg
.endif
do-install:
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTNAME}.tar.gz \

View File

@ -12,8 +12,5 @@ But it's not supported.
You can change the modes if you want.
Note that both editors/muggy and japanese/muggy are mutually exclusive and
SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
-KIRIYAMA Kazuhiko
<kiri@FreeBSD.org>

View File

@ -2,17 +2,6 @@
installdir=${PREFIX}/JDE/Muggy; export installdir
case ${LANGUAGE} in
Japanese)
for f in Muggy.app; do
${REINPLACE_CMD} -i "" -E -e \
"s/^(exec[[:space:]]+)wishstep[[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
${installdir}/bin/${f}
done
;;
*)
;;
esac
for f in Muggy Muggy.app; do
case ${f} in
Muggy.app|PrefMuggy.app)