mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to version 1.20.
PR: 32392 Submitted by: amorita
This commit is contained in:
parent
91f7dba943
commit
cd58264681
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50875
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= actx
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.20
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://kurumi.sakura.ne.jp/~chimari/ActX/
|
||||
|
||||
@ -21,15 +21,17 @@ ACTXDIR= ${PREFIX}/share/examples/actx
|
||||
|
||||
post-extract:
|
||||
@ ${CP} ${WRKSRC}/samples/Imakefile ${WRKSRC}
|
||||
@ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc
|
||||
@ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc-one
|
||||
|
||||
post-patch:
|
||||
.for i in install.actxrc samples/sample.actxrc
|
||||
.for i in samples/sample.actxrc
|
||||
@ ${MV} ${WRKSRC}/$i ${WRKSRC}/$i.old
|
||||
@ ${SED} -e "s#%%ACTXDIR%%#${ACTXDIR}#" ${WRKSRC}/$i.old > ${WRKSRC}/$i
|
||||
.endfor
|
||||
|
||||
pre-configure:
|
||||
@ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc
|
||||
@ ${CP} ${WRKSRC}/samples/sample.actxrc ${WRKSRC}/install.actxrc-one
|
||||
|
||||
post-install:
|
||||
# strip binary
|
||||
@strip ${PREFIX}/bin/actx
|
||||
|
@ -1 +1 @@
|
||||
MD5 (actx-1.10.tar.gz) = 8d01a415f0175ddbbc2c91df4f48037d
|
||||
MD5 (actx-1.20.tar.gz) = 2e324146dabfc6c6a3b51488f0add9f5
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- install.actxrc.orig Sat Oct 6 13:44:43 2001
|
||||
+++ install.actxrc Sat Oct 6 14:00:02 2001
|
||||
@@ -10,7 +10,7 @@
|
||||
Actx*titleOfMenuE: ONE - for Bright Season -
|
||||
|
||||
|
||||
-Actx*xpmDir: /usr/local/lib/actx
|
||||
+Actx*xpmDir: %%ACTXDIR%%
|
||||
|
||||
!Actx*balloon.font: -alias-fixed-bold-*-*-*-12-*-*-*-*-*-*-*
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
Actx*balloon.style: wmaker
|
||||
|
||||
-!Actx*sndDir: /usr/local/lib/actx/wav
|
||||
+!Actx*sndDir: %%ACTXDIR%%/wav
|
||||
|
||||
!Actx*sndCom: /usr/local/bin/wavplay -q %s
|
||||
|
Loading…
Reference in New Issue
Block a user