diff options
Diffstat (limited to 'x11-fm/binder/Makefile')
-rw-r--r-- | x11-fm/binder/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile deleted file mode 100644 index 96a6a164b7da..000000000000 --- a/x11-fm/binder/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: JDE's Binder -# Date created: 25 March 1999 -# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= binder -PORTVERSION= 1.3 -PORTREVISION= 3 -CATEGORIES= x11-fm windowmaker tkstep80 -MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= kiri -DISTNAME= Binder-${PORTVERSION} -EXTRACT_ONLY= # extracted directly in install target - -MAINTAINER= ports@FreeBSD.org -COMMENT= A file manager on X window with TkStep - -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/Binder/docs/Binder.xpm \ - ${PREFIX}/JDE/Binder/misc/Mounter/DiskHardDrive.xpm \ - ${PIXMAPPATH} - -.include <bsd.port.mk> |