blob: 3aab5aae09070ae08a81d90bd2ee31d26b313302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.11 2002/03/25 20:32:23 pooka Exp $
.include "../nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
CATEGORIES+= x11
MASTER_SITES= # empty
DISTFILES= # empty
COMMENT= Meta-package for NetHack with x11, qt and tty versions
DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty
DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11
DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
NO_PATCH= yes
NO_BUILD= yes
NO_CONFIGURE= yes
do-install: # empty
.include "../../mk/bsd.pkg.mk"
|