mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
fe279f0df8
Discussed with: kris Approved by: portmgr (implicit)
28 lines
606 B
Makefile
28 lines
606 B
Makefile
# Ports collection makefile for: robotfindskitten
|
|
# Date created: Wed Dec 3, 2003
|
|
# Whom: Ceri Davies (ceri@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= robotfindskitten
|
|
PORTVERSION= 1600003.248b
|
|
PORTREVISION= 1
|
|
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}
|
|
PLIST_FILES= bin/robotfindskitten
|
|
|
|
post-extract:
|
|
${RM} ${WRKSRC}/doc/robotfindskitten.info
|
|
|
|
.include <bsd.port.mk>
|