diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-11-23 16:36:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-11-23 16:36:23 +0800 |
commit | 206d2b28526a32619734a1b8fd6862ac0aa2d7d6 (patch) | |
tree | 4829512325be53ea8a6333ada223807b9211d6e6 /x11 | |
parent | b512ccc9aab74e991e1f6311c280f6332854bef9 (diff) | |
download | freebsd-ports-gnome-206d2b28526a32619734a1b8fd6862ac0aa2d7d6.tar.gz freebsd-ports-gnome-206d2b28526a32619734a1b8fd6862ac0aa2d7d6.tar.zst freebsd-ports-gnome-206d2b28526a32619734a1b8fd6862ac0aa2d7d6.zip |
Small application that sends user-idle notifications every
minute that the user is idle.
WWW: http://www.etoile-project.org/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/etoile-idle/Makefile | 36 | ||||
-rw-r--r-- | x11/etoile-idle/distinfo | 3 | ||||
-rw-r--r-- | x11/etoile-idle/pkg-descr | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 3142ba6cf9eb..51d225ff1a82 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -74,6 +74,7 @@ SUBDIR += erun SUBDIR += eterm SUBDIR += etoile + SUBDIR += etoile-idle SUBDIR += etoile-iterm SUBDIR += etoile-xwindowserverkit SUBDIR += evieext diff --git a/x11/etoile-idle/Makefile b/x11/etoile-idle/Makefile new file mode 100644 index 000000000000..7195dd2bbcfe --- /dev/null +++ b/x11/etoile-idle/Makefile @@ -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> diff --git a/x11/etoile-idle/distinfo b/x11/etoile-idle/distinfo new file mode 100644 index 000000000000..2ac1ee4891af --- /dev/null +++ b/x11/etoile-idle/distinfo @@ -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 diff --git a/x11/etoile-idle/pkg-descr b/x11/etoile-idle/pkg-descr new file mode 100644 index 000000000000..8be13a1f465a --- /dev/null +++ b/x11/etoile-idle/pkg-descr @@ -0,0 +1,4 @@ +Small application that sends user-idle notifications every +minute that the user is idle. + +WWW: http://www.etoile-project.org/ |