diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xrsi/Makefile | 32 | ||||
-rw-r--r-- | x11/xrsi/distinfo | 3 | ||||
-rw-r--r-- | x11/xrsi/pkg-descr | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5a319b3b8f37..f0056554cdc7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -311,6 +311,7 @@ SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xrsh + SUBDIR += xrsi SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome SUBDIR += xscreensaver-gnome-hacks diff --git a/x11/xrsi/Makefile b/x11/xrsi/Makefile new file mode 100644 index 000000000000..755228db80c5 --- /dev/null +++ b/x11/xrsi/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xrsi +# Date created: 2007-03-17 +# Whom: Martin Tournoij <carpetsmoker@xs4all.nl> +# +# $FreeBSD$ +# + +PORTNAME= xrsi +PORTVERSION= 0.9 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= xrsi + +MAINTAINER= carpetsmoker@xs4all.nl +COMMENT= A minimalist break enforcer for linux/unix for the prevention of RSI + +USE_XLIB= yes +PLIST_FILES= bin/xrsi +PORTDOCS= Readme Licence + +do-build: + ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o ${WRKSRC}/xrsi ${WRKSRC}/xrsi.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xrsi ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/Licence ${DOCSDIR}/ +.endif + +.include <bsd.port.mk> diff --git a/x11/xrsi/distinfo b/x11/xrsi/distinfo new file mode 100644 index 000000000000..cab0c15b2abd --- /dev/null +++ b/x11/xrsi/distinfo @@ -0,0 +1,3 @@ +MD5 (xrsi-0.9.tar.gz) = 78e8bf00a7843ee0e85e945f06c44dd2 +SHA256 (xrsi-0.9.tar.gz) = 0ae2f6d9fa4c69af507937a16568957bb69f0277c721dae206be1265f6e0773e +SIZE (xrsi-0.9.tar.gz) = 6250 diff --git a/x11/xrsi/pkg-descr b/x11/xrsi/pkg-descr new file mode 100644 index 000000000000..350ff2c0affc --- /dev/null +++ b/x11/xrsi/pkg-descr @@ -0,0 +1,5 @@ +xrsi is a minimalist (8kb) break enforcer for linux/unix for the +prevention of Repetitive Strain Injury (RSI) otherwise known as +Occupational Overuse Syndrome (OOS). + +WWW: http://sourceforge.net/projects/xrsi/ |