blob: c206a5300c72f9f1fa0cfe9b8c3a21c2e82edcd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.29 2020/01/29 20:23:16 rhialto Exp $
META_PACKAGE= yes
.include "../../games/nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
CATEGORIES+= x11
COMMENT= Meta-package for NetHack with x11 and tty versions
DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
.include "../../mk/bsd.pkg.mk"
|