1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-fm/xcruise/Makefile
MIHIRA Sanpei Yoshiro 99eb073c48 de-pkg-comment.
2003-02-22 13:24:09 +00:00

24 lines
560 B
Makefile

# 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$
#
PORTNAME= xcruise
PORTVERSION= 0.24
CATEGORIES= x11-fm
MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Navigate through a three-dimensional view of a file system
USE_IMAKE= yes
post-install:
@${MKDIR} ${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
.include <bsd.port.mk>