blob: f8951a9e2a9da25c70f744bcfed63a42d1c2ee81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|