2000-01-18 16:15:24 +01:00
|
|
|
# New ports collection makefile for: xcruise
|
|
|
|
# Date created: 22 December 1999
|
|
|
|
# Whom: minoura@netbsd.org
|
|
|
|
#
|
|
|
|
# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-07-08 16:00:45 +02:00
|
|
|
PORTNAME= xcruiser
|
|
|
|
PORTVERSION= 0.30
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-01-18 16:15:24 +01:00
|
|
|
CATEGORIES= x11-fm
|
2003-07-08 16:00:45 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-18 16:15:24 +01:00
|
|
|
|
2000-08-03 16:28:33 +02:00
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
2003-02-22 14:24:09 +01:00
|
|
|
COMMENT= Navigate through a three-dimensional view of a file system
|
2000-01-18 16:15:24 +01:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
2003-07-12 14:32:12 +02:00
|
|
|
MAN1= xcruiser.1
|
2000-01-18 16:15:24 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xcruise
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|