diff options
author | pav <pav@FreeBSD.org> | 2003-12-17 22:29:08 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-17 22:29:08 +0000 |
commit | 733c207160a16e08a253ed74d27be7bcc722c400 (patch) | |
tree | 8db1316ae001b0b852a03f5727c881694099087a /x11-fm/xplore/Makefile | |
parent | 13b9084b427173e5fbdeb274b6fc14fe22dfc65a (diff) | |
download | FreeBSD-ports-733c207160a16e08a253ed74d27be7bcc722c400.zip FreeBSD-ports-733c207160a16e08a253ed74d27be7bcc722c400.tar.gz |
Add xplore, an Explorer-like Motif based file manager.
Besides the usual tree and file views, it also have "shelf" inspired
by the NeXT file manager, and a log pane for capturing output of
launched programs.
PR: ports/55540
Submitted by: Albert Graef <Dr.Graef@t-online.de>
Diffstat (limited to 'x11-fm/xplore/Makefile')
-rw-r--r-- | x11-fm/xplore/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile new file mode 100644 index 0000000..f8951a9 --- /dev/null +++ b/x11-fm/xplore/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xplore +# Date created: 13 August 2003 +# Whom: Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de> +# +# $FreeBSD$ +# + +PORTNAME= xplore +PORTVERSION= 1.2a +CATEGORIES= x11-fm +MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ + +MAINTAINER= ag@muwiinfa.geschichte.uni-mainz.de +COMMENT= Yet another Motif file manager + +USE_IMAKE= yes +USE_MOTIF= yes +USE_XPM= yes +USE_REINPLACE= yes + +MAN1= xplore.1 xploretype.1 + +post-patch: + @${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc + +.include <bsd.port.mk> |