# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rawgl # rawgl/distinfo # rawgl/Makefile # rawgl/pkg-descr # rawgl/files # rawgl/files/rawgl.in # rawgl/files/pkg-message.in # rawgl/files/patch-Makefile # echo c - rawgl mkdir -p rawgl > /dev/null 2>&1 echo x - rawgl/distinfo sed 's/^X//' >rawgl/distinfo << 'dca1c04175b2bfd46b6081164ee1b92c' XTIMESTAMP = 1522850604 XSHA256 (cyxx-rawgl-g20180201-efa2b7f_GH0.tar.gz) = c5f4e36ed441602abd4e8a878bd1c7b08cd6f354f0745cfd8fe2dc56c41fbe6e XSIZE (cyxx-rawgl-g20180201-efa2b7f_GH0.tar.gz) = 69934 dca1c04175b2bfd46b6081164ee1b92c echo x - rawgl/Makefile sed 's/^X//' >rawgl/Makefile << '0304ae587063e7706257674fb99864c8' X# Created by: Piotr Kubaj X# $FreeBSD$ X XPORTNAME= rawgl XPORTVERSION= g20180201 XCATEGORIES= games X XMAINTAINER= pkubaj@anongoth.pl XCOMMENT= Another World engine reimplementation X XUSE_GITHUB= yes XGH_ACCOUNT= cyxx XGH_TAGNAME= efa2b7f XUSE_GL= gl XUSE_SDL= mixer2 sdl2 XSUB_LIST= DATADIR=${DATADIR} X XALL_TARGET= rawgl X XSUB_FILES= pkg-message rawgl X XPLIST_FILES= bin/${PORTNAME} \ X ${DATADIR}/${PORTNAME} X Xdo-install: X ${MKDIR} ${STAGEDIR}${DATADIR} X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ X ${STAGEDIR}${DATADIR}/ X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \ X ${STAGEDIR}${PREFIX}/bin/ X X.include 0304ae587063e7706257674fb99864c8 echo x - rawgl/pkg-descr sed 's/^X//' >rawgl/pkg-descr << '303803fa59db43165b0ac90377291b3c' Xrawgl is a re-implementation of the engine used in the game Another World. X XWWW: https://github.com/cyxx/rawgl 303803fa59db43165b0ac90377291b3c echo c - rawgl/files mkdir -p rawgl/files > /dev/null 2>&1 echo x - rawgl/files/rawgl.in sed 's/^X//' >rawgl/files/rawgl.in << '22c3349060b15fa58a6c0378b5026249' X#!/bin/sh X Xcd %%PREFIX%%/share/rawgl && ./rawgl 22c3349060b15fa58a6c0378b5026249 echo x - rawgl/files/pkg-message.in sed 's/^X//' >rawgl/files/pkg-message.in << '0d5d1fecfe8b0c7f2a43434f6a4d9c63' XTo play this game, copy Another World game files to %%DATADIR%%. X XSupported versions: X* Amiga and PC DOS releases (Bank*) X* 15th anniversary edition (Pak01.pak) X* 20th anniversary edition (game/*) X* Windows 3.1 release (Bank) X* 3DO release (GameData/*) 0d5d1fecfe8b0c7f2a43434f6a4d9c63 echo x - rawgl/files/patch-Makefile sed 's/^X//' >rawgl/files/patch-Makefile << '30754a0b9e30f3f65ab7faf6953292d1' X--- Makefile.orig 2018-04-04 14:11:53 UTC X+++ Makefile X@@ -4,7 +4,7 @@ SDL_LIBS = `sdl2-config --libs` -lSDL2_mixer -lGL X X DEFINES = -DBYPASS_PROTECTION X X-CXXFLAGS := -g -O -MMD -Wall $(SDL_CFLAGS) $(DEFINES) X+CXXFLAGS := -fPIC -g -O -MMD -Wall $(SDL_CFLAGS) $(DEFINES) X X SRCS = aifcplayer.cpp bitmap.cpp file.cpp engine.cpp graphics_gl.cpp graphics_soft.cpp \ X script.cpp mixer.cpp pak.cpp resource.cpp resource_mac.cpp resource_nth.cpp \ 30754a0b9e30f3f65ab7faf6953292d1 exit