# 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: # # blobby # blobby/pkg-plist # blobby/pkg-descr # blobby/distinfo # blobby/Makefile # echo c - blobby mkdir -p blobby > /dev/null 2>&1 echo x - blobby/pkg-plist sed 's/^X//' >blobby/pkg-plist << 'END-of-blobby/pkg-plist' Xbin/blobby Xbin/blobby-server X%%DATADIR%%/gfx.zip X%%DATADIR%%/gf2x.zip X%%DATADIR%%/sounds.zip X%%DATADIR%%/scripts.zip X%%DATADIR%%/config.xml X%%DATADIR%%/inputconfig.xml X@dirrm %%DATADIR%% END-of-blobby/pkg-plist echo x - blobby/pkg-descr sed 's/^X//' >blobby/pkg-descr << 'END-of-blobby/pkg-descr' XBlobby2 is the official continuation of the famous Blobby XVolley 1.x arcade game X XWWW: http://blobby.sourceforge.net END-of-blobby/pkg-descr echo x - blobby/distinfo sed 's/^X//' >blobby/distinfo << 'END-of-blobby/distinfo' XMD5 (blobby2-linux-0.6a.tar.gz) = fdef3e59f0870d890be8dffaccd773ca XSHA256 (blobby2-linux-0.6a.tar.gz) = da070839fd2c99269fcb0d4dfc0de10bb9fab980ca28408d2a27490244bce526 XSIZE (blobby2-linux-0.6a.tar.gz) = 2110392 END-of-blobby/distinfo echo x - blobby/Makefile sed 's/^X//' >blobby/Makefile << 'END-of-blobby/Makefile' X# New ports collection makefile for: blobby X# Date created: 01 Apr 2008 X# Whom: Ganael Laplanche X# X# $FreeBSD: $ X# X XPORTNAME= blobby XPORTVERSION= 0.6a XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= blobby2-linux-${PORTVERSION} X XMAINTAINER= ganael.laplanche@martymac.com XCOMMENT= Official continuation of the famous Blobby Volley 1.x game X XLIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \ X drm:${PORTSDIR}/graphics/libdrm X XUSE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender XUSE_SDL= sdl XUSE_GL= glu XGNU_CONFIGURE= yes XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib -pthread" XWRKSRC= ${WRKDIR}/blobby-alpha-6 X XPORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for doc in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} X.endfor X.endif X X.include END-of-blobby/Makefile exit