diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-02 19:32:40 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-02 19:32:40 +0000 |
commit | b3bc0c5fcc2c9e004b0b23991b15403e641875fc (patch) | |
tree | 5aeb4e52b3bd09fa8075436c27e38aab8eb3854c /games/freedroid | |
parent | ab9a138795abcf1c2ce148e946763feccf4ece5e (diff) | |
download | ports-b3bc0c5fcc2c9e004b0b23991b15403e641875fc.tar.gz ports-b3bc0c5fcc2c9e004b0b23991b15403e641875fc.zip |
Notes
Diffstat (limited to 'games/freedroid')
-rw-r--r-- | games/freedroid/Makefile | 20 | ||||
-rw-r--r-- | games/freedroid/pkg-descr | 19 |
2 files changed, 21 insertions, 18 deletions
diff --git a/games/freedroid/Makefile b/games/freedroid/Makefile index 4c2fd7f346ad..991dc7536ec7 100644 --- a/games/freedroid/Makefile +++ b/games/freedroid/Makefile @@ -1,24 +1,28 @@ -# New ports collection makefile for: criticalmass -# Date created: 15 Sep 2003 -# Whom: benlutz@datacomm.ch -# +# Created by: <benlutz@datacomm.ch> # $FreeBSD$ -# PORTNAME= freedroid PORTVERSION= 1.0.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Freedroid is a clone of the classic game "Paradroid" +MAINTAINER= kevinz5000@gmail.com +COMMENT= Clone of the Commodore game Paradroid +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + png15:${PORTSDIR}/graphics/png + +USE_ICONV= yes USE_SDL= mixer image sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name= +DESKTOP_ENTRIES= "Freedroid Classic" "${COMMENT}" \ + "${DATADIR}/graphics/999.png" \ + "freedroid" "Game;ArcadeGame;" false + MAN6= freedroid.6 post-extract: diff --git a/games/freedroid/pkg-descr b/games/freedroid/pkg-descr index a5039775cc7d..9406a64dde0d 100644 --- a/games/freedroid/pkg-descr +++ b/games/freedroid/pkg-descr @@ -1,12 +1,11 @@ -Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some -improvements and extensions to the classic version. +Freedroid is a clone of the game "Paradroid" which was released on Commodore +64 in 1985. In this game, you control a robot located within an interstellar +spaceship consisting of several decks connected by elevators. -In this game, you control a robot, depicted by a small white ball with a few -numbers within an interstellar spaceship consisting of several decks connected -by elevators. +The aim of the game is to destroy all enemy robots by either shooting them +or seizing control over them by creating connections in a short subgame +of electric circuits. The graphics are designed to be a fairly faithful +reproduction of the original game, but a modern set of tiles is also +available. -The aim of the game is to destroy all enemy robots, depicted by small black -balls with a few numbers, by either shooting them or seizing control over them -by creating connections in a short subgame of electric circuits. - -WWW: http://freedroid.sourceforge.net +WWW: http://www.freedroid.org/ |