aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:00:09 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-19 10:00:09 +0000
commit39b79389fdff974d9b7e8084ac8fe6317b7b41c1 (patch)
tree31b21165c1a39d31290c8e43cbab975f0fb2e678 /archivers
parent22aeb9c1932ead3690de64642b9d3e71f508014a (diff)
downloadports-39b79389fdff974d9b7e8084ac8fe6317b7b41c1.tar.gz
ports-39b79389fdff974d9b7e8084ac8fe6317b7b41c1.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/deepforest/Makefile14
-rw-r--r--archivers/deepforest/pkg-descr3
-rw-r--r--archivers/deepforest/scripts/post-install15
3 files changed, 2 insertions, 30 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile
index becdedb243c7..36b40d87f847 100644
--- a/archivers/deepforest/Makefile
+++ b/archivers/deepforest/Makefile
@@ -7,7 +7,7 @@
PORTNAME= deepforest
PORTVERSION= 1.0a
-CATEGORIES= ${CATEGORY_LIST}
+CATEGORIES= archivers windowmaker tkstep80
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kiri
DISTNAME= DeepForest-${PORTVERSION}
@@ -28,26 +28,16 @@ SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \
LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
-# This port is for both archivers/deepforest and japanese/deepforest.
-# But archivers/deepforest and japanese/deepforest are mutually exclusive and
-# SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
-LANGUAGE?=
-.if (${LANGUAGE} == "Japanese")
-CATEGORY_LIST= japanese windowmaker tkstep80
-RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80
-IGNORE= unsupported: ja-libimg no longer avalaible
-.else
-CATEGORY_LIST= archivers windowmaker tkstep80
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 \
${EXTRACT_AFTER_ARGS} -C ${PREFIX}
${MKDIR} ${PIXMAPPATH}
${INSTALL_DATA} ${PREFIX}/JDE/DeepForest/docs/DeepForest.xpm ${PIXMAPPATH}
+ ${LN} -sf ${PREFIX}/JDE/DeepForest/DeepForest.app ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/archivers/deepforest/pkg-descr b/archivers/deepforest/pkg-descr
index baa4f8601b50..0a827121bfab 100644
--- a/archivers/deepforest/pkg-descr
+++ b/archivers/deepforest/pkg-descr
@@ -1,7 +1,4 @@
The "Deep Forest" is a simple compression utility.
-Note that both converters/deepforest and japanese/deepforest are mutually
-exclusive and SHOULD NOT BE INSTALLED SIMULTANEOUSLY!
-
-KIRIYAMA Kazuhiko
<kiri@FreeBSD.org>
diff --git a/archivers/deepforest/scripts/post-install b/archivers/deepforest/scripts/post-install
deleted file mode 100644
index 59f8e034e28f..000000000000
--- a/archivers/deepforest/scripts/post-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-case ${LANGUAGE} in
- Japanese)
- for f in DeepForest.app; do
- ${REINPLACE_CMD} -i "" -E -e \
- "s/^(exec[[:space:]]+)wishstep[^[:space:]]*([[:space:]]+.*)\$/\1wishstep${VERSION}jp\2/" \
- ${PREFIX}/JDE/DeepForest/${f}
- done
- ;;
- *)
- ;;
-esac
-
-${LN} -sf ${PREFIX}/JDE/DeepForest/DeepForest.app ${PREFIX}/bin