View | Details | Raw Unified | Return to bug 174649
Collapse All | Expand All

(-)freedroid/Makefile (-8 / +8 lines)
Lines 1-24 Link Here
1
# New ports collection makefile for: criticalmass
1
# Created by: <benlutz@datacomm.ch>
2
# Date created:		15 Sep 2003
3
# Whom:			benlutz@datacomm.ch
4
#
5
# $FreeBSD: ports/games/freedroid/Makefile,v 1.21 2012/11/17 05:57:39 svnexp Exp $
2
# $FreeBSD: ports/games/freedroid/Makefile,v 1.21 2012/11/17 05:57:39 svnexp Exp $
6
#
7
3
8
PORTNAME=	freedroid
4
PORTNAME=	freedroid
9
PORTVERSION=	1.0.2
5
PORTVERSION=	1.0.2
10
PORTREVISION=	13
6
PORTREVISION=	14
11
CATEGORIES=	games
7
CATEGORIES=	games
12
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}Classic/FreedroidClassic-${PORTVERSION}
13
9
14
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	kevinz5000@gmail.com
15
COMMENT=	Freedroid is a clone of the classic game "Paradroid"
11
COMMENT=	A clone of the Commodore game Paradroid
16
12
17
USE_SDL=	mixer image sdl
13
USE_SDL=	mixer image sdl
18
14
19
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--program-transform-name=
16
CONFIGURE_ARGS=	--program-transform-name=
21
17
18
DESKTOP_ENTRIES=	"Freedroid Classic" "${COMMENT}" \
19
			"${DATADIR}/graphics/999.png" \
20
			"freedroid" "Game;ArcadeGame;" true
21
22
MAN6=		freedroid.6
22
MAN6=		freedroid.6
23
23
24
post-extract:
24
post-extract:
(-)freedroid/pkg-descr (-10 / +9 lines)
Lines 1-12 Link Here
1
Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some
1
Freedroid is a clone of the game "Paradroid" which was released on Commodore
2
improvements and extensions to the classic version. 
2
64 in 1985. In this game, you control a robot located within an interstellar
3
spaceship consisting of several decks connected by elevators.
3
4
4
In this game, you control a robot, depicted by a small white ball with a few
5
The aim of the game is to destroy all enemy robots by either shooting them
5
numbers within an interstellar spaceship consisting of several decks connected
6
or seizing control over them by creating connections in a short subgame
6
by elevators. 
7
of electric circuits. The graphics are designed to be a fairly faithful
8
reproduction of the original game, but a modern set of tiles is also
9
available.
7
10
8
The aim of the game is to destroy all enemy robots, depicted by small black
11
WWW: http://www.freedroid.org/
9
balls with a few numbers, by either shooting them or seizing control over them
10
by creating connections in a short subgame of electric circuits. 
11
12
WWW: http://freedroid.sourceforge.net

Return to bug 174649