Index: head/games/biniax2/Makefile =================================================================== --- head/games/biniax2/Makefile (revision 234641) +++ head/games/biniax2/Makefile (revision 234642) @@ -1,38 +1,37 @@ # New ports collection makefile for: biniax2 # Date created: 16 Apr 2008 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= biniax2 -PORTVERSION= 1.0 +PORTVERSION= 1.30 CATEGORIES= games MASTER_SITES= http://mordred.dir.bg/biniax/ \ http://mirror.amdmi3.ru/ -DISTNAME= ${PORTNAME}-fullsrc +DISTNAME= ${PORTNAME}-${PORTVERSION}-fullsrc MAINTAINER= amdmi3@FreeBSD.org COMMENT= Original logic game with arcade and tactics modes USE_SDL= sdl mixer image - -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes post-patch: @${RM} -f ${WRKSRC}/data/Thumbs.db @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|g' \ ${WRKSRC}/desktop/gfx.c ${WRKSRC}/desktop/snd.c do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} biniax.c hof.c desktop/cfg.c \ desktop/gfx.c desktop/snd.c desktop/inp.c desktop/sys.c \ -I. -Idesktop `${SDL_CONFIG} --cflags --libs` \ -lSDL_image -lSDL_mixer -o ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${DATADIR} cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${DATADIR} .include Property changes on: head/games/biniax2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/games/biniax2/distinfo =================================================================== --- head/games/biniax2/distinfo (revision 234641) +++ head/games/biniax2/distinfo (revision 234642) @@ -1,3 +1,3 @@ -MD5 (biniax2-fullsrc.tar.gz) = 2bd3a46f5caea361ed8a7ec60a16f110 -SHA256 (biniax2-fullsrc.tar.gz) = 50db7c7a6bd7377aa1b4de617ad4d3abebc81212b8d72f384d59cf937f758508 -SIZE (biniax2-fullsrc.tar.gz) = 2972058 +MD5 (biniax2-1.30-fullsrc.tar.gz) = 53e90cf42b825af23e086f4562234ae3 +SHA256 (biniax2-1.30-fullsrc.tar.gz) = 2c09f6f0a5fe453a409d990d72a964636ee91ca91daac99f0db861b8f42531bf +SIZE (biniax2-1.30-fullsrc.tar.gz) = 3072220 Property changes on: head/games/biniax2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/biniax2/pkg-plist =================================================================== --- head/games/biniax2/pkg-plist (revision 234641) +++ head/games/biniax2/pkg-plist (revision 234642) @@ -1,43 +1,44 @@ bin/biniax2 %%DATADIR%%/graphics/background0.png %%DATADIR%%/graphics/background1.png %%DATADIR%%/graphics/background2.png %%DATADIR%%/graphics/cursor0.png %%DATADIR%%/graphics/cursor1.png %%DATADIR%%/graphics/element0.png %%DATADIR%%/graphics/element1.png %%DATADIR%%/graphics/element2.png %%DATADIR%%/graphics/element3.png %%DATADIR%%/graphics/elementB.png %%DATADIR%%/graphics/font.png %%DATADIR%%/graphics/help.png +%%DATADIR%%/graphics/keyboard.png %%DATADIR%%/graphics/logo.png %%DATADIR%%/graphics/marker0.png %%DATADIR%%/graphics/marker1.png %%DATADIR%%/graphics/movecount.png %%DATADIR%%/graphics/particle0.png %%DATADIR%%/graphics/particle1.png %%DATADIR%%/graphics/particle2.png %%DATADIR%%/graphics/roadmap.png %%DATADIR%%/graphics/splash.png %%DATADIR%%/graphics/sweep.png %%DATADIR%%/graphics/window.png %%DATADIR%%/music/biniax_common00.it %%DATADIR%%/music/biniax_common01.it %%DATADIR%%/music/biniax_common02.it %%DATADIR%%/music/biniax_common03.it %%DATADIR%%/music/biniax_common04.it %%DATADIR%%/music/biniax_common05.it %%DATADIR%%/music/biniax_common06.it %%DATADIR%%/music/biniax_common07.it %%DATADIR%%/sound/sfx1.wav %%DATADIR%%/sound/sfx2.wav %%DATADIR%%/sound/sfx3.wav %%DATADIR%%/sound/sfx4.wav %%DATADIR%%/sound/sfx5.wav %%DATADIR%%/text/help.txt @dirrm %%DATADIR%%/text @dirrm %%DATADIR%%/sound @dirrm %%DATADIR%%/music @dirrm %%DATADIR%%/graphics @dirrm %%DATADIR%% Property changes on: head/games/biniax2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property