diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-18 04:43:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-18 04:43:09 +0000 |
commit | 9985d33df3961abdadf5c6185a8df9371e3271ea (patch) | |
tree | ff55a5d3343b5e70d8c9c68334ea6e151137b0ff /games/thegrind | |
parent | 9ba58143d17033e127be7c211e8e8735e5c28cc7 (diff) | |
download | ports-9985d33df3961abdadf5c6185a8df9371e3271ea.tar.gz ports-9985d33df3961abdadf5c6185a8df9371e3271ea.zip |
Notes
Diffstat (limited to 'games/thegrind')
-rw-r--r-- | games/thegrind/Makefile | 44 | ||||
-rw-r--r-- | games/thegrind/distinfo | 2 | ||||
-rw-r--r-- | games/thegrind/pkg-descr | 11 |
3 files changed, 57 insertions, 0 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile new file mode 100644 index 000000000000..cb0f8c78aec4 --- /dev/null +++ b/games/thegrind/Makefile @@ -0,0 +1,44 @@ +# New Ports collection makefile for: The Grind +# Date created: 2012-05-18 +# Whom: nemysis@gmx.ch +# +# $FreeBSD$ +# + +PORTNAME= thegrind +PORTVERSION= 0.1.2 +CATEGORIES= games +MASTER_SITES= SF/radius-engine/ld21/ + +MAINTAINER= nemysis@gmx.ch +COMMENT= A simple game about escaping from work + +LICENSE= GPLv2 + +LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ + lua-5.1:${PORTSDIR}/lang/lua \ + png:${PORTSDIR}/graphics/png \ + physfs.1:${PORTSDIR}/devel/physfs +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip + +GNU_CONFIGURE= yes +ALL_TARGET= ${PORTNAME} +USE_SDL= sdl sound +USE_GL= glu +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png +PLIST_DIRSTRY= share/applications + +PORTDATA= * +PORTDOCS= ChangeLog + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/games/thegrind/distinfo b/games/thegrind/distinfo new file mode 100644 index 000000000000..d1f86cc43d0c --- /dev/null +++ b/games/thegrind/distinfo @@ -0,0 +1,2 @@ +SHA256 (thegrind-0.1.2.tar.gz) = 4b39afddbe29445113eefd778b2643e464c8b432a040023309b3b758946e74c9 +SIZE (thegrind-0.1.2.tar.gz) = 156570 diff --git a/games/thegrind/pkg-descr b/games/thegrind/pkg-descr new file mode 100644 index 000000000000..1ca1141bb65d --- /dev/null +++ b/games/thegrind/pkg-descr @@ -0,0 +1,11 @@ +The Grind is a simple game about escaping from work at a reasonable hour +by avoiding responsibility. + +The goal is to acquire as little work (as few "to-do's") as possible +throughout your 9-5 workday. +Wander around the cubicles and hide from the men in suits--if they're +coming your way, that means they want to give you work! + +Use the arrow keys to move, space to start, and escape to exit. + +WWW: http://radius-engine.sourceforge.net/development/the-grind--ld21-.html |