freebsd-ports/x11-wm/skippy-xd/Makefile
Michael Johnson fbcbddacac Add skippy-xd
Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
XFixes extensions to provide you with 'live' versions of the windows.

Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
provide an alternative when taskbars or regular task-switchers aren't the most
efficient way of switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will arrange and scale
snapshots of all windows on the current desktop and it'll let you pick a
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
Expose.

PR:		ports/66921
2005-01-12 06:57:31 +00:00

47 lines
1.1 KiB
Makefile

# New ports collection makefile for: skippy-xd
# Date created: 2004-05-19
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= skippy-xd
PORTVERSION= 0.5.0
CATEGORIES= x11-wm
MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= ahze@FreeBSD.org
COMMENT= A full-screen X11 task-switcher like Apple's Expose
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_REINPLACE= yes
PLIST_FILES= bin/skippy-xd \
%%DATADIR%%/skippy-xd.rc-default
PLIST_DIRS= %%DATADIR%%
PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
${WRKSRC}/Makefile
post-build:
@${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/skippy-xd ${PREFIX}/bin
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/skippy-xd.rc-default ${DATADIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xorg
BROKEN= XFree86 does not support XComposite.
.endif
.include <bsd.port.post.mk>