16 lines
418 B
Makefile
16 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/03/24 19:21:24 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= greed-3.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.catb.org/~esr/greed/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/greed/
|
|
COMMENT= Strategy game: eat as much as possible
|
|
|
|
BUILD_TARGET= greed
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|