#!/bin/sh # This is a shell archive echo x games/unteralterbach mkdir -p games/unteralterbach > /dev/null 2>&1 echo x games/unteralterbach/distinfo sed 's/^X//' > games/unteralterbach/distinfo << 'SHAR_END' XSHA256 (unteralterbach/2.1/bundestrojaner_all.zip) = dc0b0e16f6431bd4917265e858a7d89555ecb62e081c199570ed72463885c5cb XSIZE (unteralterbach/2.1/bundestrojaner_all.zip) = 245778696 SHAR_END echo x games/unteralterbach/Makefile sed 's/^X//' > games/unteralterbach/Makefile << 'SHAR_END' X# $FreeBSD$ X XPORTNAME= unteralterbach XPORTVERSION= 2.1 XCATEGORIES= games XMASTER_SITES= http://unteralterbach.net/ XDISTNAME= bundestrojaner_all XDIST_SUBDIR= ${PORTNAME}/${DISTVERSION} X XMAINTAINER= jbeich@vfemail.net XCOMMENT= Visual novel satire on pedohysteric society X XLICENSE= CCbyNCND3 XLICENSE_NAME= Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported XLICENSE_TEXT= See https://creativecommons.org/licenses/by-nc-nd/3.0/ XLICENSE_PERMS= dist-mirror pkg-mirror auto-accept X XRUN_DEPENDS= renpy:${PORTSDIR}/devel/renpy X XRESTRICTED= Contains offensive language and depictions X XUSES= zip XNO_ARCH= yes XNO_BUILD= yes XWRKSRC= ${WRKDIR}/Unteralterbach-all XPORTDATA= * XPORTDOCS= * XPLIST_FILES= bin/${PORTNAME} X XDESKTOP_ENTRIES="Bernd and the Mystery of Unteralterbach" \ X "" \ X "${DATADIR}/presplash.png" \ X "${PORTNAME}" \ X "Game;AdventureGame;" \ X "" X XOPTIONS_DEFINE= DOCS X X.include X Xpre-install: X# XXX Without --savedir the game tries to save under DATADIR X ${PRINTF} '#! /bin/sh\nrenpy --savedir \ X ~/.renpy/${PORTNAME}-${DISTVERSION} ${DATADIR} "$$@"\n' \ X >${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin X ${MKDIR} ${STAGEDIR}${DATADIR} X ${TAR} cf - -C${WRKSRC}/game . | ${TAR} xof - -C${STAGEDIR}${DATADIR} X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${STAGEDIR}${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/*.html ${STAGEDIR}${DOCSDIR} X.endif X X.include SHAR_END echo x games/unteralterbach/pkg-descr sed 's/^X//' > games/unteralterbach/pkg-descr << 'SHAR_END' XThe story takes place in present-day Bavaria. Socially awkward X24-year-old NEET Bernd Lauert starts a new life in the small mountain Xtown of Unteralterbach. He is forced to take a job at a local police Xstation to help with the investigation of a gang of sex offenders. But Xof course nothing is as it seems, and Bernd soon finds himself in a Xdeep, supernatural mess. X XWWW: http://unteralterbach.net/ SHAR_END exit