diff options
author | shige <shige@FreeBSD.org> | 2000-07-31 09:25:37 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-31 09:25:37 +0000 |
commit | 91015df010c2036f759aa37f462e7993600cfeb0 (patch) | |
tree | 9f22bb216be21e0cfdf82257cb8ddf1fea7bae36 /games/xfireworks | |
parent | afb7affe0986d0b74756cd3078e5375584c6b9a4 (diff) | |
download | FreeBSD-ports-91015df010c2036f759aa37f462e7993600cfeb0.zip FreeBSD-ports-91015df010c2036f759aa37f462e7993600cfeb0.tar.gz |
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>
Diffstat (limited to 'games/xfireworks')
-rw-r--r-- | games/xfireworks/Makefile | 22 | ||||
-rw-r--r-- | games/xfireworks/distinfo | 1 | ||||
-rw-r--r-- | games/xfireworks/files/patch-aa | 45 | ||||
-rw-r--r-- | games/xfireworks/pkg-comment | 1 | ||||
-rw-r--r-- | games/xfireworks/pkg-descr | 13 | ||||
-rw-r--r-- | games/xfireworks/pkg-plist | 1 |
6 files changed, 83 insertions, 0 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile new file mode 100644 index 0000000..79eb512 --- /dev/null +++ b/games/xfireworks/Makefile @@ -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> diff --git a/games/xfireworks/distinfo b/games/xfireworks/distinfo new file mode 100644 index 0000000..aa6b24d --- /dev/null +++ b/games/xfireworks/distinfo @@ -0,0 +1 @@ +MD5 (xfireworks-1.1.tar.gz) = 975973a930b1acae9d08a569c3140acc diff --git a/games/xfireworks/files/patch-aa b/games/xfireworks/files/patch-aa new file mode 100644 index 0000000..75dd386 --- /dev/null +++ b/games/xfireworks/files/patch-aa @@ -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 + diff --git a/games/xfireworks/pkg-comment b/games/xfireworks/pkg-comment new file mode 100644 index 0000000..f2a26b5 --- /dev/null +++ b/games/xfireworks/pkg-comment @@ -0,0 +1 @@ +Fireworks on X diff --git a/games/xfireworks/pkg-descr b/games/xfireworks/pkg-descr new file mode 100644 index 0000000..b7b4e99 --- /dev/null +++ b/games/xfireworks/pkg-descr @@ -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 diff --git a/games/xfireworks/pkg-plist b/games/xfireworks/pkg-plist new file mode 100644 index 0000000..bbf3c3c --- /dev/null +++ b/games/xfireworks/pkg-plist @@ -0,0 +1 @@ +bin/xfireworks |