blob: 4c2c0cfe4d63892421c725f5e1c34bd6186eb877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:09 wiz Exp $
#
DISTNAME= robotfindskitten-1.7320508.406
PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://robotfindskitten.org/download/POSIX/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://robotfindskitten.org/
COMMENT= Yet another zen simulation
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
INFO_FILES= yes
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|