aboutsummaryrefslogtreecommitdiff
path: root/games/actx/files
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 00:23:17 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-03-07 00:23:17 +0000
commitf8d6d43c096b925514339931a6ecea7b023d9e55 (patch)
treecd903ece6ef2038fbdc5e6a412069f967d3e0291 /games/actx/files
parentbf28a6cf7f7ee6b105f2ebc93ba3bf536cf9b3e5 (diff)
downloadports-f8d6d43c096b925514339931a6ecea7b023d9e55.tar.gz
ports-f8d6d43c096b925514339931a6ecea7b023d9e55.zip
Notes
Diffstat (limited to 'games/actx/files')
-rw-r--r--games/actx/files/patch-aa54
-rw-r--r--games/actx/files/patch-ab14
-rw-r--r--games/actx/files/patch-ad14
3 files changed, 82 insertions, 0 deletions
diff --git a/games/actx/files/patch-aa b/games/actx/files/patch-aa
new file mode 100644
index 000000000000..e84a61a14f98
--- /dev/null
+++ b/games/actx/files/patch-aa
@@ -0,0 +1,54 @@
+--- Imakefile.orig Mon Feb 22 12:16:46 1999
++++ Imakefile Mon Feb 22 12:19:16 1999
+@@ -18,23 +18,23 @@
+ XCOMM (どうも通常にインストールしただけでは /usr/include/neXtaw に
+ XCOMM ヘッダがインストールされるみたい…→neXtaw-0.5.1)
+
+-#define NEXTAW
++XCOMM #define NEXTAW
+
+
+ XCOMM ------------------ C Compiler -----------------------------
+
+-CC = gcc
++XCOMM CC = gcc
+
+
+ XCOMM -------------- ActX 本体 Install先 Directory ---------------
+
+-BINDIR = ${HOME}/bin
++BINDIR = ${PREFIX}/bin
+ XCOMM BINDIR = /usr/local/bin
+
+
+ XCOMM -------- ActX マスコットデータ Install先 Directory ----------
+
+-#define MASCOTDIR ${HOME}/lib/One
++#define MASCOTDIR ${PREFIX}/share/examples/actx
+ XCOMM #define MASCOTDIR /usr/local/lib/ActX
+
+
+@@ -48,9 +48,10 @@
+ #endif
+ OBJS = actx.o action.o menu.o
+ SRCS = $(OBJS:.o=.c)
+-EXTRA_LIBRARIES = -lXpm
+-ComplexProgramTarget(actx)
++XPMLIB = -lXpm
+
++AllTarget(actx)
++NormalProgramTarget(actx,$(OBJS),$(LOCAL_LIBRARIES),XawClientLibs,$(XPMLIB))
+
+ #ifdef USE_I18N
+ DEFINES_I18N = -DI18N
+@@ -117,7 +118,6 @@
+ InstallNamedNonExec(mascots/mayu6.xpm,mayu6.xpm,MASCOTDIR/)
+ InstallNamedNonExec(mascots/mayu7.xpm,mayu7.xpm,MASCOTDIR/)
+
+-
+-
+-
+-
++install:: actx
++ MakeDir($(DESTDIR)$(BINDIR))
++ $(INSTALL) -c $(INSTPGMFLAGS) actx $(DESTDIR)$(BINDIR)/actx
diff --git a/games/actx/files/patch-ab b/games/actx/files/patch-ab
new file mode 100644
index 000000000000..9d3eb7075f0c
--- /dev/null
+++ b/games/actx/files/patch-ab
@@ -0,0 +1,14 @@
+--- install.actxrc.org Mon Feb 22 02:40:57 1999
++++ install.actxrc Mon Feb 22 03:02:49 1999
+@@ -6,9 +6,9 @@
+
+ Actx*titleOfMenu: ONE - for Bright Season -
+
+-Actx*xpmDir: /usr/local/lib/ActX
++Actx*xpmDir: %%ACTXDIR%%
+
+-!Actx*sndDir: /usr/local/lib/ActX/wav
++!Actx*sndDir: %%ACTXDIR%%/wav
+
+ !Actx*sndCom: /usr/local/bin/wavplay -q %s
+
diff --git a/games/actx/files/patch-ad b/games/actx/files/patch-ad
new file mode 100644
index 000000000000..2e2a4a9a007f
--- /dev/null
+++ b/games/actx/files/patch-ad
@@ -0,0 +1,14 @@
+--- samples/sample.actxrc.orig Mon Feb 22 11:57:44 1999
++++ samples/sample.actxrc Mon Feb 22 11:58:14 1999
+@@ -6,9 +6,9 @@
+
+ Actx*titleOfMenu: ONE - for Bright Season -
+
+-Actx*xpmDir: /usr/local/lib/ActX
++Actx*xpmDir: %%ACTXDIR%%
+
+-!Actx*sndDir: /usr/local/lib/ActX/wav
++!Actx*sndDir: %%ACTXDIR%%/wav
+
+ !Actx*sndCom: /usr/local/bin/wavplay -q %s
+