diff options
author | Brian Feldman <green@FreeBSD.org> | 2004-10-12 00:53:02 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2004-10-12 00:53:02 +0000 |
commit | 868b56d0e92c413c82268593c1ef7bcaf3f284cf (patch) | |
tree | b74564d0447388daea45a768c3959ccb01d9a469 /x11/xscreensaver.app | |
parent | - Update to 0.8.0 (diff) |
Add XScreenSaver.App, a Window Maker dockapp for controlling XScreenSAver.
PR: ports/72113
Submitted by: Josh Tolbert <hemi@puresimplicity.net>
Notes
Notes:
svn path=/head/; revision=118722
Diffstat (limited to 'x11/xscreensaver.app')
-rw-r--r-- | x11/xscreensaver.app/Makefile | 26 | ||||
-rw-r--r-- | x11/xscreensaver.app/distinfo | 2 | ||||
-rw-r--r-- | x11/xscreensaver.app/pkg-descr | 9 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11/xscreensaver.app/Makefile b/x11/xscreensaver.app/Makefile new file mode 100644 index 000000000000..8cc6fd43da1b --- /dev/null +++ b/x11/xscreensaver.app/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: XScreenSaver.App +# Date created: 26 September 2004 +# Whom: hemi@puresimplicity.net +# +# $FreeBSD$ +# + +PORTNAME= XScreenSaver.App +PORTVERSION= 2.3 +CATEGORIES= x11 windowmaker +MASTER_SITES= http://www.asleep.net/download/ + +MAINTAINER= hemi@puresimplicity.net +COMMENT= WindowMaker dockapp to control XScreenSaver + +LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp + +PLIST_FILES= bin/XScreenSaver.App +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib" \ + CPPFLAGS="-I${X11BASE}/include" + +MAKE_ARGS= "LDFLAGS+=-L${X11BASE}/lib" + +.include <bsd.port.mk> diff --git a/x11/xscreensaver.app/distinfo b/x11/xscreensaver.app/distinfo new file mode 100644 index 000000000000..248c8c118ab0 --- /dev/null +++ b/x11/xscreensaver.app/distinfo @@ -0,0 +1,2 @@ +MD5 (XScreenSaver.App-2.3.tar.gz) = 17407598caeb03ad18d067feeb5091de +SIZE (XScreenSaver.App-2.3.tar.gz) = 47566 diff --git a/x11/xscreensaver.app/pkg-descr b/x11/xscreensaver.app/pkg-descr new file mode 100644 index 000000000000..06636647bc86 --- /dev/null +++ b/x11/xscreensaver.app/pkg-descr @@ -0,0 +1,9 @@ +XScreenSaver.App is a simple WindowMaker dockapp that allows you +to lock your screen (using XScreenSaver by default) with a single +left-click of the mouse. The dockapp also allows you to configure +XScreenSaver by right-clicking on the app. + +The left- and right-click behaviors are configurable, so this app +can work with applications other than XScreenSaver. + +WWW: http://www.asleep.net/hacking/XScreenSaver.App/ |