17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/06 11:54:42 asau Exp $
|
|
#
|
|
|
|
DISTNAME= greed-3.4
|
|
PKGREVISION= 1
|
|
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"
|