From ac17c040cd3c12a1a16cf1544fd83f7bac92eb7e Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 12 Jun 2003 08:33:18 +0000 Subject: Add 3ddesktop, a 3D Virtual Desktop Switcher. Throws up all your virtual desktops into one giant rotating OpenGL carousel. It works with many different WindowManagers, and is very configurable. --- x11/3ddesktop/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 x11/3ddesktop/Makefile (limited to 'x11/3ddesktop/Makefile') diff --git a/x11/3ddesktop/Makefile b/x11/3ddesktop/Makefile new file mode 100644 index 000000000000..1dfb30e6dd06 --- /dev/null +++ b/x11/3ddesktop/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: 3ddesktop +# Date created: 12 June 2003 +# Whom: Adam Weinberger +# +# $FreeBSD$ +# + +PORTNAME= 3ddesktop +PORTVERSION= 0.2.5 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= desk3d + +MAINTAINER= adamw@FreeBSD.org +COMMENT= 3D Virtual Desktop Switcher + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_REINPLACE= 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 -- cgit v1.2.3