# 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: # # cutemaze # cutemaze/Makefile # cutemaze/pkg-descr # cutemaze/distinfo # cutemaze/pkg-plist # echo c - cutemaze mkdir -p cutemaze > /dev/null 2>&1 echo x - cutemaze/Makefile sed 's/^X//' >cutemaze/Makefile << '46be9e742724e9aa5b010d81bdbcbcb4' X# New Ports collection makefile for: cutemaze X# Date created: 13 April 2012 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= cutemaze XPORTVERSION= 1.1.0 XCATEGORIES= games XMASTER_SITES= http://gottcode.org/${PORTNAME}/ XEXTRACT_SUFX= -src.tar.bz2 X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Is a simple, top-down game in which mazes are randomly generated X XLICENSE= GPLv3 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ X XUSE_QT_VER= 4 XQT_COMPONENTS= moc_build qmake_build rcc_build uic_build iconengines imageformats X XHAS_CONFIGURE= yes X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} -unix PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro X XMAKE_JOBS_SAFE= yes X XCONFIGURE_ENV+= UIC="${UIC}" QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" XMAKE_ENV+= QMAKESPEC="${QMAKESPEC}" X XPORTDATA= * XPORTDOCS= ChangeLog README X XUSE_GMAKE= yes X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X# Icons X ${MKDIR} ${PREFIX}/share/icons/oxygen X.for d in icons X ${CP} -R ${WRKSRC}/${d}/oxygen ${PREFIX}/share/icons/ X.endfor X X# Pixmaps and Desktop X ${CP} -R ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ X ${CP} -R ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ X Xpost-install: X# Data X.if !defined (NOPORTDATA) X ${MKDIR} ${DATADIR} X.for d in preview themes X @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) X.endfor X.endif X X# Documentations X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include 46be9e742724e9aa5b010d81bdbcbcb4 echo x - cutemaze/pkg-descr sed 's/^X//' >cutemaze/pkg-descr << 'abaa2f850d91a566d964c81e595146d6' XCuteMaze is a simple, top-down game in which mazes are randomly generated using Xone of a choice of several different algorithms. XYou move the character through the maze while hunting for targets X(cheese, by default) Xthe game is won once all of these targets have been picked up. X XWWW: http://gottcode.org/cutemaze/ abaa2f850d91a566d964c81e595146d6 echo x - cutemaze/distinfo sed 's/^X//' >cutemaze/distinfo << '7c420195e172e950d90bb35b1abebc97' XSHA256 (cutemaze-1.1.0-src.tar.bz2) = cc039faf452f8c30fb00a90ba7571d688559c0df822fc213f3e78451921f9bef XSIZE (cutemaze-1.1.0-src.tar.bz2) = 249290 7c420195e172e950d90bb35b1abebc97 echo x - cutemaze/pkg-plist sed 's/^X//' >cutemaze/pkg-plist << '18ad44db51a81e3f3b464038216b7d97' Xbin/cutemaze Xshare/applications/cutemaze.desktop Xshare/icons/oxygen/16x16/application-exit.png Xshare/icons/oxygen/16x16/document-new.png Xshare/icons/oxygen/16x16/games-config-options.png Xshare/icons/oxygen/16x16/games-highscores.png Xshare/icons/oxygen/16x16/games-hint.png Xshare/icons/oxygen/16x16/help-about.png Xshare/icons/oxygen/16x16/media-playback-pause.png Xshare/icons/oxygen/16x16/zoom-in.png Xshare/icons/oxygen/16x16/zoom-out.png Xshare/icons/oxygen/22x22/application-exit.png Xshare/icons/oxygen/22x22/document-new.png Xshare/icons/oxygen/22x22/games-config-options.png Xshare/icons/oxygen/22x22/games-highscores.png Xshare/icons/oxygen/22x22/games-hint.png Xshare/icons/oxygen/22x22/help-about.png Xshare/icons/oxygen/22x22/media-playback-pause.png Xshare/icons/oxygen/22x22/zoom-in.png Xshare/icons/oxygen/22x22/zoom-out.png Xshare/icons/oxygen/LGPL Xshare/icons/oxygen/scalable/application-exit.svgz Xshare/icons/oxygen/scalable/document-new.svgz Xshare/icons/oxygen/scalable/games-config-options.svgz Xshare/icons/oxygen/scalable/games-highscores.svgz Xshare/icons/oxygen/scalable/games-hint.svgz Xshare/icons/oxygen/scalable/help-about.svgz Xshare/icons/oxygen/scalable/media-playback-pause.svgz Xshare/icons/oxygen/scalable/zoom-in.svgz Xshare/icons/oxygen/scalable/zoom-out.svgz Xshare/pixmaps/cutemaze.png 18ad44db51a81e3f3b464038216b7d97 exit