2003-12-04 12:48:32 +01:00
|
|
|
# Ports collection makefile for: robotfindskitten
|
|
|
|
# Date created: Wed Dec 3, 2003
|
|
|
|
# Whom: Ceri Davies (ceri@FreeBSD.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= robotfindskitten
|
|
|
|
PORTVERSION= 1600003.248b
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 1
|
2003-12-04 12:48:32 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://robotfindskitten.org/download/POSIX/
|
|
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ceri@FreeBSD.org
|
|
|
|
COMMENT= Yet another zen simulation
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GNOME= glib12
|
|
|
|
|
|
|
|
INFO= ${PORTNAME}
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/robotfindskitten
|
2003-12-04 12:48:32 +01:00
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${RM} ${WRKSRC}/doc/robotfindskitten.info
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|