mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
067051860d
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>
27 lines
576 B
Makefile
27 lines
576 B
Makefile
# 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>
|