aboutsummaryrefslogtreecommitdiffstats
path: root/games/robotfindskitten/Makefile
blob: c9067d0b1275d38356811a582ddc60d3b0931ea3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Ports collection makefile for:  robotfindskitten
# Date created:                   Wed Dec 3, 2003
# Whom:                           Ceri Davies (ceri@FreeBSD.org)
#
# $FreeBSD$
#

PORTNAME=   robotfindskitten
PORTVERSION=    1.7320508.406
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= games
MASTER_SITES=   http://robotfindskitten.org/download/POSIX/
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= skreuzer@exit2shell.com
COMMENT=    Yet another zen simulation

GNU_CONFIGURE=  YES
USE_GNOME=  glib12

INFO=       ${PORTNAME}
PLIST_FILES=    bin/robotfindskitten
MAN6=       robotfindskitten.6

post-extract:
    ${RM}   ${WRKSRC}/doc/robotfindskitten.info

.include <bsd.port.mk>