# New ports collection makefile for:	3ddesktop
# Date created:				12 June 2003
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD: ports/x11/3ddesktop/Makefile,v 1.6 2004/04/10 17:26:51 trevor Exp $
#

PORTNAME=		3ddesktop
PORTVERSION=		0.2.5
PORTREVISION=		1
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	desk3d

MAINTAINER=		ports@FreeBSD.org
COMMENT=		3D Virtual Desktop Switcher

LIB_DEPENDS=		Imlib2.2:${PORTSDIR}/graphics/imlib2

USE_X_PREFIX=		yes
GNU_CONFIGURE=		yes
USE_GETOPT_LONG=	yes

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in README README.windowmanagers
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
