diff options
author | ceri <ceri@FreeBSD.org> | 2003-12-04 11:48:32 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2003-12-04 11:48:32 +0000 |
commit | 3bede37cd1d7d65ac827666c5ea0c4fc5e130d0b (patch) | |
tree | 7311753872aa1d72aaeb48c01d367b0a5b0f4f5b /games/robotfindskitten/Makefile | |
parent | fa4e1f6c8ec59229bc85ddf368d3f024522d48cf (diff) | |
download | FreeBSD-ports-3bede37cd1d7d65ac827666c5ea0c4fc5e130d0b.zip FreeBSD-ports-3bede37cd1d7d65ac827666c5ea0c4fc5e130d0b.tar.gz |
You are robot. Your job is to find kitten.
Reviewed by: adamw
Diffstat (limited to 'games/robotfindskitten/Makefile')
-rw-r--r-- | games/robotfindskitten/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile new file mode 100644 index 0000000..b152496 --- /dev/null +++ b/games/robotfindskitten/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: robotfindskitten +# Date created: Wed Dec 3, 2003 +# Whom: Ceri Davies (ceri@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= robotfindskitten +PORTVERSION= 1600003.248b +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} + +post-extract: + ${RM} ${WRKSRC}/doc/robotfindskitten.info + +.include <bsd.port.mk> |