freebsd-ports/archivers/deepforest/Makefile
Martin Matuska d3331ed552 - Remove USE_X_PREFIX (implies USE_XLIB)
- Bump PORTREVISION
- Schedule for expiration on 2007-11-16

USE_X_PREFIX is not neccesary (these are script-only ports) and it is
removed to reduce build times on clusters.

Ports depending on tkstep80 are very old (~1999), not developed and
unmaintained.
2007-08-16 15:40:03 +00:00

42 lines
1.3 KiB
Makefile

# New ports collection makefile for: JDE's DeepForest
# Date created: 25 March 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= deepforest
PORTVERSION= 1.0a
PORTREVISION= 3
CATEGORIES= archivers windowmaker tkstep80
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kiri
DISTNAME= DeepForest-${PORTVERSION}
EXTRACT_ONLY= # extracted directly in install target
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple compress utilty using on JDE
RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80
LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80
DEPRECATED= development stalled for years, outdated, unmaintained
EXPIRATION_DATE= 2007-11-16
NO_WRKSUBDIR= yes
NO_BUILD= yes
REINPLACE_ARGS=
TKSTEPVERSION= 8.0
PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps
SCRIPTS_ENV= LANG=C LN=${LN} REINPLACE_CMD="${REINPLACE_CMD}" \
LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION}
PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@}
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>