blob: 3fd3a0e2b9b4301abb951e72c312e0b7a23c5817 (
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
26
27
28
29
30
|
# $NetBSD: Makefile,v 1.24 2008/07/14 12:56:04 joerg Exp $
# Needed so configure/patch rules don't get pulled in
NO_BUILD= yes
NO_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../games/nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
PKGREVISION= 3
CATEGORIES+= x11
MASTER_SITES= # empty
DISTFILES= # empty
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
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
PLIST_SRC= # empty (meta-package)
do-install: # empty
do-patch: # empty
.include "../../mk/bsd.pkg.mk"
|