1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-fm/xcruise/Makefile
2014-01-26 14:07:33 +00:00

21 lines
503 B
Makefile

# Created by: minoura@netbsd.org
# $FreeBSD$
PORTNAME= xcruiser
PORTVERSION= 0.30
PORTREVISION= 3
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
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xcruise
.include <bsd.port.mk>