aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/xcruise/Makefile
blob: 8ccae40bf4d79fb90793f0f5115c31661c3ca24e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: minoura@netbsd.org
# $FreeBSD$

PORTNAME=   xcruiser
PORTVERSION=    0.30
PORTREVISION=   2
CATEGORIES= x11-fm
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER= sanpei@FreeBSD.org
COMMENT=    Navigate through a three-dimensional view of a file system

USES=       imake
USE_XORG=   ice sm x11 xaw xext xmu xpm xt
MAN1=       xcruiser.1

NO_STAGE=   yes
post-install:
    @${MKDIR} ${PREFIX}/share/doc/xcruise
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise

.include <bsd.port.mk>