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:
parent
76e3534f84
commit
4f0099d120
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223233
@ -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
36
x11/etoile-idle/Makefile
Normal 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
3
x11/etoile-idle/distinfo
Normal 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
|
4
x11/etoile-idle/pkg-descr
Normal file
4
x11/etoile-idle/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user