XBlood is a utility to make the root window bloody.

It differs from xbloody(already in the tree) in that it
automatically fills the root window.

PR:	12407
Submitted by:	Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
This commit is contained in:
Chris Piazza 1999-06-27 18:08:30 +00:00
parent f2dfc18e50
commit de736d328d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19840
6 changed files with 52 additions and 0 deletions

22
games/xblood/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: XBlood
# Version required: 1.0
# Date created: 27 Jun 1999
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
#
# $Id$
#
DISTNAME= xblood-1.0
CATEGORIES= games
MASTER_SITES= http://wwwmiya.ee.kagu.sut.ac.jp/~sakai/
MAINTAINER= sakai@miya.ee.kagu.sut.ac.jp
ALL_TARGET= xblood
USE_X_PREFIX= yes
MAN1= xblood.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

1
games/xblood/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xblood-1.0.tar.gz) = 6b20cbfcfffca3c534ef0233063fdc35

View File

@ -0,0 +1,25 @@
--- Makefile.orig Thu Jul 23 00:58:34 1998
+++ Makefile Sun Jun 27 11:01:30 1999
@@ -1,5 +1,5 @@
xblood : xblood.c
- gcc xblood.c -o xblood -O \
+ ${CC} xblood.c -o xblood ${CFLAGS} \
-I/usr/X11R6/include -L/usr/X11R6/lib -lX11
clean :
rm xblood
@@ -9,11 +9,11 @@
cp xblood.c xblood.c.bak
cp xblood.man xblood.man.bak
install :
- cp xblood /usr/X11R6/bin
- cp xblood.1.gz /usr/X11R6/man/man1
+ cp xblood ${PREFIX}/bin
+ cp xblood.1.gz ${PREFIX}/man/man1
uninstall :
- rm /usr/X11R6/bin/xblood
- rm /usr/X11R6/man/man1/xblood.1.gz
+ rm ${PREFIX}/bin/xblood
+ rm ${PREFIX}/man/man1/xblood.1.gz
package :
rm -f xblood-1.0/*
cp xblood.man xblood.1

1
games/xblood/pkg-comment Normal file
View File

@ -0,0 +1 @@
Make the root window bloody

2
games/xblood/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
XBlood fills the root window with blood.
Red, blue or green bloody window is very bad taste!

1
games/xblood/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xblood