From edfb572b7414a92f3bd1d4284bceb2f235952a91 Mon Sep 17 00:00:00 2001 From: Automaton IAS Date: Tue, 1 Jan 2013 04:40:36 +0100 Subject: [PATCH] Import games/cutemaze version 1.1.0_3 --- games/cutemaze/Makefile | 45 ++++++++++++++++++++++++++++++++++++++++ games/cutemaze/distinfo | 2 ++ games/cutemaze/pkg-descr | 7 +++++++ games/cutemaze/pkg-plist | 41 ++++++++++++++++++++++++++++++++++++ 4 files changed, 95 insertions(+) create mode 100644 games/cutemaze/Makefile create mode 100644 games/cutemaze/distinfo create mode 100644 games/cutemaze/pkg-descr create mode 100644 games/cutemaze/pkg-plist diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile new file mode 100644 index 00000000000..2e3cb22b8d5 --- /dev/null +++ b/games/cutemaze/Makefile @@ -0,0 +1,45 @@ +# $FreeBSD: ports/games/cutemaze/Makefile,v 1.6 2012/11/17 05:57:35 svnexp Exp $ + +PORTNAME= cutemaze +PORTVERSION= 1.1.0 +PORTREVISION= 3 +CATEGORIES= games +MASTER_SITES= http://gottcode.org/${PORTNAME}/ +DISTNAME= ${PORTNAME}-${DISTVERSION}-src + +MAINTAINER= nemysis@gmx.ch +COMMENT= Simple, top-down game in which mazes are randomly generated + +LICENSE= GPLv3 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_BZIP2= yes +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats +INSTALLS_ICONS= yes +MAKE_JOBS_SAFE= yes + +PORTDOCS= ChangeLog README + +.include + +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} ${WRKSRC}/${PORTNAME}.pro + +post-install: +# Icons + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif + +.include diff --git a/games/cutemaze/distinfo b/games/cutemaze/distinfo new file mode 100644 index 00000000000..aa0bcba9536 --- /dev/null +++ b/games/cutemaze/distinfo @@ -0,0 +1,2 @@ +SHA256 (cutemaze-1.1.0-src.tar.bz2) = cc039faf452f8c30fb00a90ba7571d688559c0df822fc213f3e78451921f9bef +SIZE (cutemaze-1.1.0-src.tar.bz2) = 249290 diff --git a/games/cutemaze/pkg-descr b/games/cutemaze/pkg-descr new file mode 100644 index 00000000000..ee419869e0b --- /dev/null +++ b/games/cutemaze/pkg-descr @@ -0,0 +1,7 @@ +CuteMaze is a simple, top-down game in which mazes are randomly generated using +one of a choice of several different algorithms. +You move the character through the maze while hunting for targets +(cheese, by default) +the game is won once all of these targets have been picked up. + +WWW: http://gottcode.org/cutemaze/ diff --git a/games/cutemaze/pkg-plist b/games/cutemaze/pkg-plist new file mode 100644 index 00000000000..660ec62089e --- /dev/null +++ b/games/cutemaze/pkg-plist @@ -0,0 +1,41 @@ +bin/cutemaze +share/applications/cutemaze.desktop +share/icons/hicolor/48x48/apps/cutemaze.png +share/icons/oxygen/16x16/application-exit.png +share/icons/oxygen/16x16/document-new.png +share/icons/oxygen/16x16/games-config-options.png +share/icons/oxygen/16x16/games-highscores.png +share/icons/oxygen/16x16/games-hint.png +share/icons/oxygen/16x16/help-about.png +share/icons/oxygen/16x16/media-playback-pause.png +share/icons/oxygen/16x16/zoom-in.png +share/icons/oxygen/16x16/zoom-out.png +share/icons/oxygen/22x22/application-exit.png +share/icons/oxygen/22x22/document-new.png +share/icons/oxygen/22x22/games-config-options.png +share/icons/oxygen/22x22/games-highscores.png +share/icons/oxygen/22x22/games-hint.png +share/icons/oxygen/22x22/help-about.png +share/icons/oxygen/22x22/media-playback-pause.png +share/icons/oxygen/22x22/zoom-in.png +share/icons/oxygen/22x22/zoom-out.png +share/icons/oxygen/LGPL +share/icons/oxygen/scalable/application-exit.svgz +share/icons/oxygen/scalable/document-new.svgz +share/icons/oxygen/scalable/games-config-options.svgz +share/icons/oxygen/scalable/games-highscores.svgz +share/icons/oxygen/scalable/games-hint.svgz +share/icons/oxygen/scalable/help-about.svgz +share/icons/oxygen/scalable/media-playback-pause.svgz +share/icons/oxygen/scalable/zoom-in.svgz +share/icons/oxygen/scalable/zoom-out.svgz +share/pixmaps/cutemaze.png +@dirrmtry share/icons/oxygen/scalable +@dirrmtry share/icons/oxygen/22x22 +@dirrmtry share/icons/oxygen/16x16 +@dirrmtry share/icons/oxygen +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications -- 2.41.0