summaryrefslogtreecommitdiff
path: root/games/nethack/Makefile
blob: b80615498d37bc3da084b80789dab27846144a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.26 2011/06/01 11:20:29 wiz Exp $

META_PACKAGE=	yes

.include "../../games/nethack-lib/Makefile.common"

DISTNAME=	nethack-all-${NETHACK_VERSION}
PKGREVISION=	3
CATEGORIES+=	x11

COMMENT=	Meta-package for NetHack with x11, Qt, and tty versions

DEPENDS+=	nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
DEPENDS+=	nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
DEPENDS+=	nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt

.include "../../mk/bsd.pkg.mk"