XFireworks makes fireworks in the root window on X.

This is imitation of Japanese "Hanabi Taikai". It is very popular event
in Japanese summer and performed on some rivers.

Reviewed by:	ports-jp ML <ports-jp@jp.freebsd.org>
This commit is contained in:
Shigeyuki Fukushima 2000-07-31 09:25:37 +00:00
parent 73c115c16d
commit e847ea0a1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31151
6 changed files with 83 additions and 0 deletions

22
games/xfireworks/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: XFireworks
# Date created: 29 July 2000
# Whom: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xfireworks
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ \
http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \
http://www.people.or.jp/~hsakai/myfreesoft/
MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp
USE_X_PREFIX= yes
MAN1= xfireworks.1
MANCOMPRESSED= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xfireworks-1.1.tar.gz) = 975973a930b1acae9d08a569c3140acc

View File

@ -0,0 +1,45 @@
--- Makefile.orig Thu Jul 27 22:05:19 2000
+++ Makefile Fri Jul 28 20:56:30 2000
@@ -1,7 +1,7 @@
VERSION = XFireworks-1.1
PKGNAME = xfireworks-1.1
-PREFIX = /usr/X11R6
-X11BASE = /usr/X11R6
+#PREFIX = /usr/X11R6
+#X11BASE = /usr/X11R6
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/X11/xfireworks
@@ -10,9 +10,9 @@
XINCLUDEDIR = $(X11BASE)/include
XLIBDIR = $(X11BASE)/lib
-CFLAGS = -O
+#CFLAGS = -O
LFLAGS = -lm -lX11
-CC = cc
+#CC = cc
CP = cp
RM = rm -f
MKDIR = mkdir -p
@@ -78,17 +78,14 @@
install : install-bin install-lib install-man
install-bin : xfireworks
- $(CP) xfireworks $(BINDIR)
- $(CHMOD) 0755 $(BINDIR)/xfireworks
+ ${BSD_INSTALL_PROGRAM} xfireworks $(BINDIR)
install-lib :
$(MKDIR) $(LIBDIR)
- $(CP) xfireworks.conf $(LIBDIR)
- $(CHMOD) 0644 $(LIBDIR)/xfireworks.conf
+ ${BSD_INSTALL_DATA} xfireworks.conf $(LIBDIR)
install-man : manual
- $(CP) xfireworks.1.gz $(MANDIR)
- $(CHMOD) 0444 $(MANDIR)/xfireworks.1.gz
+ ${BSD_INSTALL_MAN} xfireworks.1.gz $(MANDIR)
uninstall : uninstall-bin uninstall-lib uninstall-man

View File

@ -0,0 +1 @@
Fireworks on X

View File

@ -0,0 +1,13 @@
XFireworks makes fireworks in the root window on X.
This is imitation of Japanese "Hanabi Taikai". It is very popular event
in Japanese summer and performed on some rivers.
Sumidagawa River's Hanabi Taikai is very popular. The author has seen
Arakawa River's Hanabi Taikai every year.
See xfireworks(1) for more details.
WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html
- Sakai Hiroaki
sakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp

View File

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