summaryrefslogtreecommitdiff
path: root/games/nethack/Makefile
blob: dab6b07bede4fcb425d41084f25eddd6c5ba862f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.7 2000/08/10 17:50:04 pooka Exp $

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

DISTNAME=	nethack-all-${NETHACK_VERSION}
CATEGORIES+=	x11
MASTER_SITES=	# empty
DISTFILES=	# empty

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"