Index: head/games/actx/Makefile =================================================================== --- head/games/actx/Makefile (revision 50874) +++ head/games/actx/Makefile (revision 50875) @@ -1,50 +1,52 @@ # New ports collection makefile for: actx # Date created: 19 Feb 1999 # Whom: Shinya Esu # # $FreeBSD$ # PORTNAME= actx -PORTVERSION= 1.10 +PORTVERSION= 1.20 CATEGORIES= games MASTER_SITES= http://kurumi.sakura.ne.jp/~chimari/ActX/ MAINTAINER= esu@yk.rim.or.jp USE_IMAKE= yes USE_XPM= yes MAN1= actx.1 MANLANG= "" ja NO_CDROM= 'contains commercial character data' 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 # install japanese manual @${INSTALL_MAN} ${WRKSRC}/actx.jman ${PREFIX}/man/ja/man1/actx.1 @${GZIP_CMD} ${PREFIX}/man/ja/man1/actx.1 .for i in sample.Xdefaults sample.actxrc @ ${INSTALL_DATA} ${WRKSRC}/samples/$i ${ACTXDIR} .endfor .if !defined(NOPORTDOCS) .for i in doc/ForDevelloper.jis doc/ManualInstall.jis README.jis @ ${MKDIR} ${PREFIX}/share/doc/ja/actx @ ${INSTALL_MAN} ${WRKSRC}/$i ${PREFIX}/share/doc/ja/actx .endfor .endif @ ${CAT} ${PKGMESSAGE} .include Property changes on: head/games/actx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/games/actx/distinfo =================================================================== --- head/games/actx/distinfo (revision 50874) +++ head/games/actx/distinfo (revision 50875) @@ -1 +1 @@ -MD5 (actx-1.10.tar.gz) = 8d01a415f0175ddbbc2c91df4f48037d +MD5 (actx-1.20.tar.gz) = 2e324146dabfc6c6a3b51488f0add9f5 Property changes on: head/games/actx/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/games/actx/files/patch-ab =================================================================== --- head/games/actx/files/patch-ab (revision 50874) +++ head/games/actx/files/patch-ab (nonexistent) @@ -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 - Property changes on: head/games/actx/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property