1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11-fm/xplore/Makefile
2014-01-26 14:07:33 +00:00

24 lines
498 B
Makefile

# Created by: Albert Graef <ag@muwiinfa.geschichte.uni-mainz.de>
# $FreeBSD$
PORTNAME= xplore
PORTVERSION= 1.2a
PORTREVISION= 3
CATEGORIES= x11-fm
MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another Motif file manager
LICENSE= GPLv2
USES= imake motif
USE_XORG= xpm
MAKE_JOBS_UNSAFE=yes
CFLAGS+= -Wno-return-type
post-patch:
@${REINPLACE_CMD} -e 's| read| read dummy|g' ${WRKSRC}/system.xplorerc
.include <bsd.port.mk>