1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Small application that sends user-idle notifications every

minute that the user is idle.

WWW: http://www.etoile-project.org/
This commit is contained in:
Dirk Meyer 2008-11-23 08:36:23 +00:00
parent 76e3534f84
commit 4f0099d120
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223233
4 changed files with 44 additions and 0 deletions

View File

@ -74,6 +74,7 @@
SUBDIR += erun
SUBDIR += eterm
SUBDIR += etoile
SUBDIR += etoile-idle
SUBDIR += etoile-iterm
SUBDIR += etoile-xwindowserverkit
SUBDIR += evieext

36
x11/etoile-idle/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: etoile-idle
# Date created: 07 May 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= idle
PORTVERSION= 0.2
CATEGORIES= x11 gnustep
MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
DISTNAME= etoile-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project Idle event generator
BUILD_DEPENDS= ${LOCALBASE}/include/X11/extensions/scrnsaver.h:${PORTSDIR}/x11/scrnsaverproto
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
USE_XORG= xscrnsaver
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Services/Private/Idle
ADDITIONAL_OBJCFLAGS+= -I${LOCALBASE}/include
ADDITIONAL_LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= System/Tools/Idle
XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
.include <bsd.port.mk>

3
x11/etoile-idle/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9
SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
SIZE (etoile-0.2.tar.gz) = 21373391

View File

@ -0,0 +1,4 @@
Small application that sends user-idle notifications every
minute that the user is idle.
WWW: http://www.etoile-project.org/